diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2011-07-17 19:55:00 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2011-07-17 19:55:00 +0000 |
commit | 6ab6e2420c4611277027f246051dd76f6a5809c9 (patch) | |
tree | 3f48543fff59668468652cc3cb4fb86f465ec3e5 /net-misc | |
parent | Removed x264 use mask on features/selinux (diff) | |
download | gentoo-2-6ab6e2420c4611277027f246051dd76f6a5809c9.tar.gz gentoo-2-6ab6e2420c4611277027f246051dd76f6a5809c9.tar.bz2 gentoo-2-6ab6e2420c4611277027f246051dd76f6a5809c9.zip |
Stable on ppc/ppc64; bug #370525
(Portage version: 2.1.10.3/cvs/Linux ppc64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wicd/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/wicd/ChangeLog b/net-misc/wicd/ChangeLog index 90654e846f7e..3059f75ec9de 100644 --- a/net-misc/wicd/ChangeLog +++ b/net-misc/wicd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wicd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.91 2011/07/08 13:30:32 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.92 2011/07/17 19:55:00 halcy0n Exp $ + + 17 Jul 2011; Mark Loeser <halcy0n@gentoo.org> wicd-1.7.1_beta2-r4.ebuild: + Stable on ppc/ppc64; bug #370525 08 Jul 2011; Thomas Kahle <tomka@gentoo.org> wicd-1.7.1_beta2-r4.ebuild: Update post-inst messages to reflect OpenRC. (bug 371559). Thanks Luca Molari diff --git a/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild b/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild index 53815dcc0a27..76b9c8ece1f6 100644 --- a/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild +++ b/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild,v 1.5 2011/07/08 13:30:32 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild,v 1.6 2011/07/17 19:55:00 halcy0n Exp $ EAPI=3 @@ -21,7 +21,7 @@ SRC_URI="http://downloads.wicd.net/src/testing/1.7.x/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="X +gtk ioctl libnotify ncurses nls +pm-utils" DEPEND="" |