diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-07-27 12:51:32 +0200 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-07-27 09:38:57 -0700 |
commit | a6cdf75e63ec171c35ab5aedd4153c29a012792f (patch) | |
tree | c00f50915576fa5566d605d80f1d1a0d819ce70a /dev-util | |
parent | dev-lang/spidermonkey: bump to v68.11.0 (diff) | |
download | gentoo-a6cdf75e63ec171c35ab5aedd4153c29a012792f.tar.gz gentoo-a6cdf75e63ec171c35ab5aedd4153c29a012792f.tar.bz2 gentoo-a6cdf75e63ec171c35ab5aedd4153c29a012792f.zip |
dev-util/ply: remove x86 keyword
x86 is currently not suported. For more information see https://github.com/iovisor/ply/issues/49
Closes: https://bugs.gentoo.org/733318
Closes: https://github.com/gentoo/gentoo/pull/16852
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ply/ply-2.1.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/ply/ply-2.1.1-r1.ebuild b/dev-util/ply/ply-2.1.1-r1.ebuild index 60734b77ea4e..995c760e574e 100644 --- a/dev-util/ply/ply-2.1.1-r1.ebuild +++ b/dev-util/ply/ply-2.1.1-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/iovisor/ply/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc ~x86" +KEYWORDS="amd64 arm arm64 ~ppc" IUSE="static-libs" # Bug 733248 file collisions with sys-boot/plymouth: # /usr/lib64/libply.la |