diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-06-18 16:58:14 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-06-18 16:58:14 +0000 |
commit | 2f3f98dd4662bfacf18d8f122a7e9a763849dd6d (patch) | |
tree | 2a9213ccf1a2f993394bef857455fe7c2e236709 /app-portage | |
parent | Add patch which fixes a serious performance problem when MLDonkey downloads ... (diff) | |
download | gentoo-2-2f3f98dd4662bfacf18d8f122a7e9a763849dd6d.tar.gz gentoo-2-2f3f98dd4662bfacf18d8f122a7e9a763849dd6d.tar.bz2 gentoo-2-2f3f98dd4662bfacf18d8f122a7e9a763849dd6d.zip |
Stable on ppc64; bug #131242
(Portage version: 2.1)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/profuse/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/profuse/profuse-0.25.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/profuse/ChangeLog b/app-portage/profuse/ChangeLog index 9ebaa2ada1c2..1da922dec277 100644 --- a/app-portage/profuse/ChangeLog +++ b/app-portage/profuse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/profuse # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/ChangeLog,v 1.50 2006/06/16 23:10:06 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/ChangeLog,v 1.51 2006/06/18 16:58:14 corsair Exp $ + + 18 Jun 2006; Markus Rothe <corsair@gentoo.org> profuse-0.25.4.ebuild: + Stable on ppc64; bug #131242 16 Jun 2006; Jason Wever <weeve@gentoo.org> profuse-0.25.4.ebuild: Stable on SPARC wrt bug #131242. diff --git a/app-portage/profuse/profuse-0.25.4.ebuild b/app-portage/profuse/profuse-0.25.4.ebuild index 52f8b9a3f599..67a725056dd8 100644 --- a/app-portage/profuse/profuse-0.25.4.ebuild +++ b/app-portage/profuse/profuse-0.25.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.25.4.ebuild,v 1.2 2006/06/16 23:10:06 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.25.4.ebuild,v 1.3 2006/06/18 16:58:14 corsair Exp $ DESCRIPTION="use flags editor, with good features and 3 GUIs (dialog, ncurses and gtk2)." HOMEPAGE="http://libconf.net/profuse/" @@ -8,7 +8,7 @@ SRC_URI="http://libconf.net/profuse/download/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~ppc64 sparc ~x86" +KEYWORDS="~amd64 ~ppc ppc64 sparc ~x86" IUSE="gtk ncurses" RDEPEND="dev-lang/perl |