diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-07-22 00:45:32 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-07-22 00:45:32 -0400 |
commit | 52447b988c1438866a6c8560e864dc400042c66b (patch) | |
tree | 2c4530f90d71c433a8fcbee2776eb86ddf22f4b0 /dev-util/gn | |
parent | www-client/chromium: disable EBP usage in ffmpeg on x86 (diff) | |
download | gentoo-52447b988c1438866a6c8560e864dc400042c66b.tar.gz gentoo-52447b988c1438866a6c8560e864dc400042c66b.tar.bz2 gentoo-52447b988c1438866a6c8560e864dc400042c66b.zip |
dev-util/gn: add ~x86 keyword
Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
Diffstat (limited to 'dev-util/gn')
-rw-r--r-- | dev-util/gn/gn-0.1445.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/gn/gn-0.1445.ebuild b/dev-util/gn/gn-0.1445.ebuild index 206f8a04e4e7..8f8649a10435 100644 --- a/dev-util/gn/gn-0.1445.ebuild +++ b/dev-util/gn/gn-0.1445.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" BDEPEND=" ${PYTHON_DEPS} |