diff options
Diffstat (limited to 'dev-python/git-python/git-python-0.3.6.ebuild')
-rw-r--r-- | dev-python/git-python/git-python-0.3.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/git-python/git-python-0.3.6.ebuild b/dev-python/git-python/git-python-0.3.6.ebuild index 802a8874da98..ee016906f46e 100644 --- a/dev-python/git-python/git-python-0.3.6.ebuild +++ b/dev-python/git-python/git-python-0.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/git-python-0.3.6.ebuild,v 1.1 2015/02/07 07:06:22 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/git-python-0.3.6.ebuild,v 1.2 2015/03/06 22:22:24 pacho Exp $ EAPI=5 @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" # Tests dont make sense without a git repo |