diff options
author | Damien Krotkine <dams@gentoo.org> | 2005-06-02 15:03:40 +0000 |
---|---|---|
committer | Damien Krotkine <dams@gentoo.org> | 2005-06-02 15:03:40 +0000 |
commit | 3297dc89e62aba751702b84dd41195f742b86ff1 (patch) | |
tree | a40a7de9fd89f083ad452bacc71806d21c1628b4 /dev-perl | |
parent | Added /tmp/stage1root to the gcc-config run in should_we_gcc_config to fix ca... (diff) | |
download | gentoo-2-3297dc89e62aba751702b84dd41195f742b86ff1.tar.gz gentoo-2-3297dc89e62aba751702b84dd41195f742b86ff1.tar.bz2 gentoo-2-3297dc89e62aba751702b84dd41195f742b86ff1.zip |
0.94 stable on x86 and ppc
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Curses-UI/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Curses-UI/Curses-UI-0.95.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Curses-UI/ChangeLog b/dev-perl/Curses-UI/ChangeLog index 00e0a7beb6ad..218536e67862 100644 --- a/dev-perl/Curses-UI/ChangeLog +++ b/dev-perl/Curses-UI/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Curses-UI # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/ChangeLog,v 1.7 2005/04/25 11:32:22 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/ChangeLog,v 1.8 2005/06/02 15:03:40 dams Exp $ + + 02 Jun 2005; <dams@gentoo.org> Curses-UI-0.95.ebuild: + 0.94 stable on x86 and ppc *Curses-UI-0.95 (25 Apr 2005) diff --git a/dev-perl/Curses-UI/Curses-UI-0.95.ebuild b/dev-perl/Curses-UI/Curses-UI-0.95.ebuild index 46bafa3273bc..e8aa85ffcaf6 100644 --- a/dev-perl/Curses-UI/Curses-UI-0.95.ebuild +++ b/dev-perl/Curses-UI/Curses-UI-0.95.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/dev-perl/Curses-UI/Curses-UI-0.95.ebuild,v 1.1 2005/04/25 11:32:22 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.95.ebuild,v 1.2 2005/06/02 15:03:40 dams Exp $ inherit perl-module @@ -9,7 +9,7 @@ HOMEPAGE="http://search.cpan.org/~marcus/${P}/" SRC_URI="mirror://cpan/authors/id/M/MA/MARCUS/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="x86 ppc ~sparc" IUSE="" SRC_TEST="do" |