diff options
author | Thomas Anderson <gentoofan23@gentoo.org> | 2009-05-02 22:55:45 +0000 |
---|---|---|
committer | Thomas Anderson <gentoofan23@gentoo.org> | 2009-05-02 22:55:45 +0000 |
commit | 483adebf7e7ef2832cce8a4ca00a129ffc119a3a (patch) | |
tree | e7874ee1b37f3b8dd9bf4f46b285066a34775c3c /dev-perl/Inline-Python | |
parent | Add patch for the server to report its sound capability when built with gstre... (diff) | |
download | gentoo-2-483adebf7e7ef2832cce8a4ca00a129ffc119a3a.tar.gz gentoo-2-483adebf7e7ef2832cce8a4ca00a129ffc119a3a.tar.bz2 gentoo-2-483adebf7e7ef2832cce8a4ca00a129ffc119a3a.zip |
stable amd64, bug 268206
(Portage version: 2.1.6.11/cvs/Linux x86_64)
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.28.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Inline-Python/ChangeLog b/dev-perl/Inline-Python/ChangeLog index f1315de83e2b..a343c34d75bf 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.9 2009/05/02 08:35:58 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.10 2009/05/02 22:55:45 gentoofan23 Exp $ + + 02 May 2009; Thomas Anderson <gentoofan23@gentoo.org> + Inline-Python-0.28.ebuild: + stable amd64, bug 268206 02 May 2009; Torsten Veller <tove@gentoo.org> Inline-Python-0.28.ebuild: Stable on x86 (#268206) diff --git a/dev-perl/Inline-Python/Inline-Python-0.28.ebuild b/dev-perl/Inline-Python/Inline-Python-0.28.ebuild index 5a29e8246466..82688a9a9fd7 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-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.2 2009/05/02 08:35:58 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.28.ebuild,v 1.3 2009/05/02 22:55:45 gentoofan23 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" |