diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-11-09 17:22:38 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-11-09 17:22:38 +0000 |
commit | 8ed4718e6e61b5be84924c3250b940374420d020 (patch) | |
tree | 003df592d5be29e90925d5c7b69d5d079d4952c7 /dev-lang/python-exec/python-exec-2.0.ebuild | |
parent | Specify exact version dependency of libwpd, bug 490858 (diff) | |
download | historical-8ed4718e6e61b5be84924c3250b940374420d020.tar.gz historical-8ed4718e6e61b5be84924c3250b940374420d020.tar.bz2 historical-8ed4718e6e61b5be84924c3250b940374420d020.zip |
amd64 stable, bug #488682
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'dev-lang/python-exec/python-exec-2.0.ebuild')
-rw-r--r-- | dev-lang/python-exec/python-exec-2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python-exec/python-exec-2.0.ebuild b/dev-lang/python-exec/python-exec-2.0.ebuild index 810526cf1689..c87cf5bfb1b6 100644 --- a/dev-lang/python-exec/python-exec-2.0.ebuild +++ b/dev-lang/python-exec/python-exec-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python-exec/python-exec-2.0.ebuild,v 1.1 2013/10/30 19:12:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python-exec/python-exec-2.0.ebuild,v 1.2 2013/11/09 17:22:34 pacho Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2" LICENSE="BSD" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="!<dev-python/python-exec-10000" |