summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>2011-05-13 18:48:52 +0000
committerNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>2011-05-13 18:48:52 +0000
commitb4459e5ba9c74226e6c066fabed36e0d97187a14 (patch)
tree945ae24058e6c0a9eed7c7b7b2be0837bf4d3d71 /sys-devel
parentmoved to gx86 by me (diff)
downloadsunrise-b4459e5ba9c74226e6c066fabed36e0d97187a14.tar.gz
sunrise-b4459e5ba9c74226e6c066fabed36e0d97187a14.tar.bz2
sunrise-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/ChangeLog4
-rw-r--r--sys-devel/boost-m4/boost-m4-0.2.ebuild5
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
}