diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-08 16:32:11 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-08 16:32:11 +0000 |
commit | 33e5d78dbeacc6d51d541426f5fbb6c6af9a345d (patch) | |
tree | c35479b7601d9531b636430b2bd48838b895311e /dev-perl/Inline-Python | |
parent | Add pkg_setup() to check whether the USE flags are sane. (diff) | |
download | historical-33e5d78dbeacc6d51d541426f5fbb6c6af9a345d.tar.gz historical-33e5d78dbeacc6d51d541426f5fbb6c6af9a345d.tar.bz2 historical-33e5d78dbeacc6d51d541426f5fbb6c6af9a345d.zip |
Marking sparc stable
Package-Manager: portage-2.1.2_rc4-r3
Diffstat (limited to 'dev-perl/Inline-Python')
-rw-r--r-- | dev-perl/Inline-Python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Inline-Python/Inline-Python-0.22.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Inline-Python/ChangeLog b/dev-perl/Inline-Python/ChangeLog index 2f5ed070f698..973fe90a8f24 100644 --- a/dev-perl/Inline-Python/ChangeLog +++ b/dev-perl/Inline-Python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Inline-Python # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.2 2007/01/07 23:49:24 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.3 2007/01/08 16:21:39 mcummings Exp $ + + 08 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Inline-Python-0.22.ebuild: + Marking sparc stable 07 Jan 2007; Michael Cummings <mcummings@gentoo.org> Inline-Python-0.22.ebuild: diff --git a/dev-perl/Inline-Python/Inline-Python-0.22.ebuild b/dev-perl/Inline-Python/Inline-Python-0.22.ebuild index 3eada5345bad..92346dd2c6e2 100644 --- a/dev-perl/Inline-Python/Inline-Python-0.22.ebuild +++ b/dev-perl/Inline-Python/Inline-Python-0.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.22.ebuild,v 1.2 2007/01/07 23:49:24 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.22.ebuild,v 1.3 2007/01/08 16:21:39 mcummings Exp $ inherit perl-module @@ -11,7 +11,7 @@ SRC_URI="mirror://cpan/authors/id/N/NE/NEILW/${P}.tar.gz" LICENSE="Artistic" #LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="amd64 ~sparc ~x86" +KEYWORDS="amd64 sparc ~x86" IUSE="" SRC_TEST="do" |