]> Pileus Git - ~andy/sunrise/commitdiff
sys-devel/boost-m4: Remove unnecessary || die() and RDEPEND, as I did an incomplete...
authorNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Fri, 13 May 2011 18:48:52 +0000 (18:48 +0000)
committerNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Fri, 13 May 2011 18:48:52 +0000 (18:48 +0000)
(Portage version: 2.2.0_alpha30-r1/svn/Linux x86_64)

svn path=/sunrise/; revision=12057

sys-devel/boost-m4/ChangeLog
sys-devel/boost-m4/boost-m4-0.2.ebuild

index 5c4caaf6acdf0158d54fb00d739ccca80f6ff3a1..53583738b4560fc44151cde591a262c12be692bc 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 May 2011; Nathan Phillip Brink <binki@gentoo.org> boost-m4-0.2.ebuild:
+  Remove unnecessary || die() and RDEPEND, as I did an incomplete move to
+  EAPI=4.
+
   06 May 2011; Nathan Phillip Brink <binki@gentoo.org> boost-m4-0.2.ebuild:
   Make the mv * for the github zipball kludge more specific.
 
index 4d8ca7ec97481158eac4413f22ba2bd73bbc8f35..0abe26168d56ba41ded92e5fcb828cd7caa6e91a 100644 (file)
@@ -14,7 +14,6 @@ KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="app-arch/unzip"
-RDEPEND=""
 
 src_unpack() {
        default
@@ -32,7 +31,7 @@ src_compile() { :; }
 
 src_install() {
        insinto /usr/share/aclocal
-       doins build-aux/boost.m4 || die
+       doins build-aux/boost.m4
 
-       dodoc AUTHORS NEWS README THANKS || die
+       dodoc AUTHORS NEWS README THANKS
 }