diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:17:42 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:17:42 +0000 |
commit | bdc079caa6c23c46a07e5ba8a2aaae4858415205 (patch) | |
tree | 40bb637efb4ae43fbc231081540b46404c6abdb1 /dev-python/drpython/drpython-3.11.4.ebuild | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-bdc079caa6c23c46a07e5ba8a2aaae4858415205.tar.gz gentoo-2-bdc079caa6c23c46a07e5ba8a2aaae4858415205.tar.bz2 gentoo-2-bdc079caa6c23c46a07e5ba8a2aaae4858415205.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/drpython/drpython-3.11.4.ebuild')
-rw-r--r-- | dev-python/drpython/drpython-3.11.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/drpython/drpython-3.11.4.ebuild b/dev-python/drpython/drpython-3.11.4.ebuild index 79b87aa64abf..553662e972bc 100644 --- a/dev-python/drpython/drpython-3.11.4.ebuild +++ b/dev-python/drpython/drpython-3.11.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/drpython/drpython-3.11.4.ebuild,v 1.1 2014/05/04 11:41:05 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/drpython/drpython-3.11.4.ebuild,v 1.2 2015/03/06 22:17:42 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +KEYWORDS="amd64 ~ia64 ~ppc ~x86" IUSE="" RDEPEND=">=dev-python/wxpython-2.6" |