diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-11-19 22:36:25 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-11-19 22:36:25 +0000 |
commit | 4f071f61cbaf4fa78360ccf6f6ec191e568aeb10 (patch) | |
tree | 8c47b6139b0aebf8c8db9e54f88aeb3af81dd2e7 /net-p2p/amule | |
parent | Bump to 2.4.32, has rsbac local USE-flag to enable RBSAC+PaX instead of GrSec... (diff) | |
download | gentoo-2-4f071f61cbaf4fa78360ccf6f6ec191e568aeb10.tar.gz gentoo-2-4f071f61cbaf4fa78360ccf6f6ec191e568aeb10.tar.bz2 gentoo-2-4f071f61cbaf4fa78360ccf6f6ec191e568aeb10.zip |
Stable on ppc64; bug #106380
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-p2p/amule')
-rw-r--r-- | net-p2p/amule/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/amule/amule-2.0.3-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog index 8ec4abaa86e7..ebc623c3d756 100644 --- a/net-p2p/amule/ChangeLog +++ b/net-p2p/amule/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/amule # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.54 2005/11/15 17:09:59 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.55 2005/11/19 22:36:25 corsair Exp $ + + 19 Nov 2005; Markus Rothe <corsair@gentoo.org> amule-2.0.3-r4.ebuild: + Stable on ppc64; bug #106380 15 Nov 2005; Karol Wojtaszek <sekretarz@gentoo.org> amule-2.0.3-r4.ebuild: Stable on amd64, bug #106380 diff --git a/net-p2p/amule/amule-2.0.3-r4.ebuild b/net-p2p/amule/amule-2.0.3-r4.ebuild index 420e2d1854c4..e3b8ca729dae 100644 --- a/net-p2p/amule/amule-2.0.3-r4.ebuild +++ b/net-p2p/amule/amule-2.0.3-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.0.3-r4.ebuild,v 1.3 2005/11/15 17:09:59 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.0.3-r4.ebuild,v 1.4 2005/11/19 22:36:25 corsair Exp $ inherit eutils flag-o-matic wxwidgets @@ -13,7 +13,7 @@ SRC_URI="http://download.berlios.de/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ppc ppc64 ~sparc ~x86" IUSE="amuled debug nls remote stats unicode gtk" |