diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-12-15 19:06:30 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-12-15 19:06:30 +0000 |
commit | 59b40c599a332d02490eabc20a89539e240cd21d (patch) | |
tree | bd553fff637c97987ad925ed2def657259476021 /dev-perl/Curses-UI | |
parent | Fix HOMEPAGE to sourceforge as geocities is gone. Bug #297028. (diff) | |
download | gentoo-2-59b40c599a332d02490eabc20a89539e240cd21d.tar.gz gentoo-2-59b40c599a332d02490eabc20a89539e240cd21d.tar.bz2 gentoo-2-59b40c599a332d02490eabc20a89539e240cd21d.zip |
ia64 stable wrt #293380
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'dev-perl/Curses-UI')
-rw-r--r-- | dev-perl/Curses-UI/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Curses-UI/Curses-UI-0.96.07.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Curses-UI/ChangeLog b/dev-perl/Curses-UI/ChangeLog index b955e32ba284..544c682b96a1 100644 --- a/dev-perl/Curses-UI/ChangeLog +++ b/dev-perl/Curses-UI/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Curses-UI # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/ChangeLog,v 1.25 2009/12/10 20:56:53 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/ChangeLog,v 1.26 2009/12/15 19:06:30 armin76 Exp $ + + 15 Dec 2009; Raúl Porcel <armin76@gentoo.org> Curses-UI-0.96.07.ebuild: + ia64 stable wrt #293380 10 Dec 2009; Brent Baude <ranger@gentoo.org> Curses-UI-0.96.07.ebuild: Marking Curses-UI-0.96.07 ppc64 for bug 293380 diff --git a/dev-perl/Curses-UI/Curses-UI-0.96.07.ebuild b/dev-perl/Curses-UI/Curses-UI-0.96.07.ebuild index 9500ba3b4cbb..4d940cbd604e 100644 --- a/dev-perl/Curses-UI/Curses-UI-0.96.07.ebuild +++ b/dev-perl/Curses-UI/Curses-UI-0.96.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.96.07.ebuild,v 1.5 2009/12/10 20:56:53 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.96.07.ebuild,v 1.6 2009/12/15 19:06:30 armin76 Exp $ inherit versionator MY_P=${PN}-$(delete_version_separator 2) @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Perl UI framework based on the curses library." LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="amd64 ~hppa ~ia64 ~ppc ppc64 sparc x86" +KEYWORDS="amd64 ~hppa ia64 ~ppc ppc64 sparc x86" IUSE="" SRC_TEST="do" |