diff options
author | Nathan Phillip Brink <binki@gentoo.org> | 2011-06-26 04:07:48 +0000 |
---|---|---|
committer | Nathan Phillip Brink <binki@gentoo.org> | 2011-06-26 04:07:48 +0000 |
commit | a50859ae991fd31defe03cb062855b350f9791a5 (patch) | |
tree | d6e99ceda0758f80d51045a3a39a8c71316aabbe /net-irc/unrealircd | |
parent | Bump to 5.0, we now install the 64-bit build for amd64 instead of the 32-bit ... (diff) | |
download | gentoo-2-a50859ae991fd31defe03cb062855b350f9791a5.tar.gz gentoo-2-a50859ae991fd31defe03cb062855b350f9791a5.tar.bz2 gentoo-2-a50859ae991fd31defe03cb062855b350f9791a5.zip |
Use EAPI=3 to ensure that ${ED} is set correctly, fixing bug #372951.
(Portage version: 2.2.0_alpha37-r1/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/unrealircd')
-rw-r--r-- | net-irc/unrealircd/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.2.8.1-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog index 4922ee977659..76d4af47bcd8 100644 --- a/net-irc/unrealircd/ChangeLog +++ b/net-irc/unrealircd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/unrealircd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.84 2011/06/24 03:59:16 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.85 2011/06/26 04:07:48 binki Exp $ + + 26 Jun 2011; Nathan Phillip Brink <binki@gentoo.org> + unrealircd-3.2.8.1-r2.ebuild: + Use EAPI=3 to ensure that ${ED} is set correctly, fixing bug #372951. *unrealircd-3.2.8.1-r2 (24 Jun 2011) diff --git a/net-irc/unrealircd/unrealircd-3.2.8.1-r2.ebuild b/net-irc/unrealircd/unrealircd-3.2.8.1-r2.ebuild index 4e042a1a7496..ab17a71c636c 100644 --- a/net-irc/unrealircd/unrealircd-3.2.8.1-r2.ebuild +++ b/net-irc/unrealircd/unrealircd-3.2.8.1-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r2.ebuild,v 1.1 2011/06/24 03:59:16 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r2.ebuild,v 1.2 2011/06/26 04:07:48 binki Exp $ -EAPI="2" +EAPI=3 inherit eutils autotools ssl-cert versionator multilib |