diff options
author | 2006-06-12 16:16:21 +0000 | |
---|---|---|
committer | 2006-06-12 16:16:21 +0000 | |
commit | 07b978215b3393007d01bb8003d9337b04f1e718 (patch) | |
tree | 562a853ab8e189745c7ccbb57100e3259127177b /dev-perl/Net-Patricia | |
parent | fix missing doc in IUSE, fixes #136400 (diff) | |
download | historical-07b978215b3393007d01bb8003d9337b04f1e718.tar.gz historical-07b978215b3393007d01bb8003d9337b04f1e718.tar.bz2 historical-07b978215b3393007d01bb8003d9337b04f1e718.zip |
Marking sparc stable
Package-Manager: portage-2.1
Diffstat (limited to 'dev-perl/Net-Patricia')
-rw-r--r-- | dev-perl/Net-Patricia/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Net-Patricia/Net-Patricia-1.014.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Net-Patricia/ChangeLog b/dev-perl/Net-Patricia/ChangeLog index 6cad1156f030..cdf876e8e24e 100644 --- a/dev-perl/Net-Patricia/ChangeLog +++ b/dev-perl/Net-Patricia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Net-Patricia # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.5 2006/03/30 23:06:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.6 2006/06/12 15:59:27 mcummings Exp $ + + 12 Jun 2006; Michael Cummings <mcummings@gentoo.org> + Net-Patricia-1.014.ebuild: + Marking sparc stable 30 Mar 2006; Aron Griffis <agriffis@gentoo.org> Net-Patricia-1.014.ebuild: Mark 1.014 ~ia64 diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.014.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.014.ebuild index 8f28cdaf7fb3..60051d0d1705 100644 --- a/dev-perl/Net-Patricia/Net-Patricia-1.014.ebuild +++ b/dev-perl/Net-Patricia/Net-Patricia-1.014.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/dev-perl/Net-Patricia/Net-Patricia-1.014.ebuild,v 1.2 2006/03/30 23:06:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/Net-Patricia-1.014.ebuild,v 1.3 2006/06/12 15:59:27 mcummings Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/P/PL/PLONKA/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~ia64 ~ppc sparc ~x86" IUSE="" #SRC_TEST="do" |