diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-12-06 17:36:17 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-12-06 17:36:17 +0000 |
commit | 3f15ac2929ebb8f76889abdf4483377d0cbd57a7 (patch) | |
tree | 029740723457171b176432fabf5b5acad099b490 /dev-python/ply | |
parent | Keyword amd64-linux and x86-linux (diff) | |
download | gentoo-2-3f15ac2929ebb8f76889abdf4483377d0cbd57a7.tar.gz gentoo-2-3f15ac2929ebb8f76889abdf4483377d0cbd57a7.tar.bz2 gentoo-2-3f15ac2929ebb8f76889abdf4483377d0cbd57a7.zip |
Keyword amd64-linux and x86-linux
(Portage version: 2.2.01.21313-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-python/ply')
-rw-r--r-- | dev-python/ply/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/ply/ply-3.4.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/ply/ChangeLog b/dev-python/ply/ChangeLog index 85752b293899..5ee3493758d2 100644 --- a/dev-python/ply/ChangeLog +++ b/dev-python/ply/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ply # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ply/ChangeLog,v 1.19 2012/06/27 17:39:46 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ply/ChangeLog,v 1.20 2012/12/06 17:36:17 bicatali Exp $ + + 06 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> ply-3.4.ebuild: + Keyword amd64-linux and x86-linux 27 Jun 2012; Markus Meier <maekke@gentoo.org> ply-3.4.ebuild: add ~arm, bug #412329 @@ -81,4 +84,3 @@ 27 Jun 2004; Lukasz Strzygowski <lucass@gentoo.org> +ply-1.5.ebuild: Initial commit. Thanks to Yann Ramin in bug #49932. - diff --git a/dev-python/ply/ply-3.4.ebuild b/dev-python/ply/ply-3.4.ebuild index a0a26e85891c..eda0121e6215 100644 --- a/dev-python/ply/ply-3.4.ebuild +++ b/dev-python/ply/ply-3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ply/ply-3.4.ebuild,v 1.6 2012/06/27 17:39:46 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ply/ply-3.4.ebuild,v 1.7 2012/12/06 17:36:17 bicatali Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="http://www.dabeaz.com/ply/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc x86" +KEYWORDS="amd64 ~arm ~ia64 ppc x86 ~amd64-linux ~x86-linux" IUSE="examples" DEPEND="" |