diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 08:35:58 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 08:35:58 +0000 |
commit | 76e7a5a84b5b83138ec1dde8f80a6d62850e66bd (patch) | |
tree | d8c36ea95338b66dd4936893c54dafe2987e6f03 /dev-perl/Inline-Python | |
parent | Remove nls USE flag and correct tcpd configure argument (#267660). (diff) | |
download | gentoo-2-76e7a5a84b5b83138ec1dde8f80a6d62850e66bd.tar.gz gentoo-2-76e7a5a84b5b83138ec1dde8f80a6d62850e66bd.tar.bz2 gentoo-2-76e7a5a84b5b83138ec1dde8f80a6d62850e66bd.zip |
Stable on x86 (#268206)
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Inline-Python')
-rw-r--r-- | dev-perl/Inline-Python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Inline-Python/Inline-Python-0.28.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Inline-Python/ChangeLog b/dev-perl/Inline-Python/ChangeLog index a2680aa6c156..f1315de83e2b 100644 --- a/dev-perl/Inline-Python/ChangeLog +++ b/dev-perl/Inline-Python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Inline-Python # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.8 2009/05/01 22:31:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.9 2009/05/02 08:35:58 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> Inline-Python-0.28.ebuild: + Stable on x86 (#268206) 01 May 2009; Torsten Veller <tove@gentoo.org> -Inline-Python-0.27.ebuild: Cleanup diff --git a/dev-perl/Inline-Python/Inline-Python-0.28.ebuild b/dev-perl/Inline-Python/Inline-Python-0.28.ebuild index 487f00680974..5a29e8246466 100644 --- a/dev-perl/Inline-Python/Inline-Python-0.28.ebuild +++ b/dev-perl/Inline-Python/Inline-Python-0.28.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 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.28.ebuild,v 1.1 2008/12/17 16:27:55 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.28.ebuild,v 1.2 2009/05/02 08:35:58 tove Exp $ MODULE_AUTHOR=NINE inherit perl-module @@ -9,7 +9,7 @@ DESCRIPTION="Easy implementation of Python extensions" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~sparc x86" IUSE="" SRC_TEST="do" |