diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-08-21 12:38:04 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-08-21 12:38:04 +0800 |
commit | cd8a8af8ab8926e80e1152f1ee2fcd27aa1046dc (patch) | |
tree | 0f7df32bd8e155b753d32df74ebd9452a38290b8 /dev-python/linecache2/linecache2-1.0.0.ebuild | |
parent | /dev-python/rsa: correction to version of rdep (diff) | |
download | gentoo-cd8a8af8ab8926e80e1152f1ee2fcd27aa1046dc.tar.gz gentoo-cd8a8af8ab8926e80e1152f1ee2fcd27aa1046dc.tar.bz2 gentoo-cd8a8af8ab8926e80e1152f1ee2fcd27aa1046dc.zip |
dev-python/linecache2: add missed keyword x86
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-python/linecache2/linecache2-1.0.0.ebuild')
-rw-r--r-- | dev-python/linecache2/linecache2-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/linecache2/linecache2-1.0.0.ebuild b/dev-python/linecache2/linecache2-1.0.0.ebuild index 5c0076826588..57bcd4739890 100644 --- a/dev-python/linecache2/linecache2-1.0.0.ebuild +++ b/dev-python/linecache2/linecache2-1.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86" IUSE="test" DEPEND=" |