diff options
author | Nathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net> | 2011-05-13 18:48:52 +0000 |
---|---|---|
committer | Nathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net> | 2011-05-13 18:48:52 +0000 |
commit | b4459e5ba9c74226e6c066fabed36e0d97187a14 (patch) | |
tree | 945ae24058e6c0a9eed7c7b7b2be0837bf4d3d71 /sys-devel | |
parent | moved to gx86 by me (diff) | |
download | sunrise-reviewed-b4459e5ba9c74226e6c066fabed36e0d97187a14.tar.gz sunrise-reviewed-b4459e5ba9c74226e6c066fabed36e0d97187a14.tar.bz2 sunrise-reviewed-b4459e5ba9c74226e6c066fabed36e0d97187a14.zip |
sys-devel/boost-m4: Remove unnecessary || die() and RDEPEND, as I did an incomplete move to EAPI=4.
(Portage version: 2.2.0_alpha30-r1/svn/Linux x86_64)
svn path=/sunrise/; revision=12057
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/boost-m4/ChangeLog | 4 | ||||
-rw-r--r-- | sys-devel/boost-m4/boost-m4-0.2.ebuild | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/boost-m4/ChangeLog b/sys-devel/boost-m4/ChangeLog index 5c4caaf6a..53583738b 100644 --- a/sys-devel/boost-m4/ChangeLog +++ b/sys-devel/boost-m4/ChangeLog @@ -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. diff --git a/sys-devel/boost-m4/boost-m4-0.2.ebuild b/sys-devel/boost-m4/boost-m4-0.2.ebuild index 4d8ca7ec9..0abe26168 100644 --- a/sys-devel/boost-m4/boost-m4-0.2.ebuild +++ b/sys-devel/boost-m4/boost-m4-0.2.ebuild @@ -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 } |