diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-17 11:56:20 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-17 11:56:36 +0300 |
commit | 38f52717d32e554181ab5d0d5bd14319c2041c6a (patch) | |
tree | 019f34d776ffb4bb53de0635c8a13c0adfe0edfc /media-libs/jg | |
parent | net-dns/knot-resolver: drop privileges in kresd.initd (diff) | |
download | gentoo-38f52717d32e554181ab5d0d5bd14319c2041c6a.tar.gz gentoo-38f52717d32e554181ab5d0d5bd14319c2041c6a.tar.bz2 gentoo-38f52717d32e554181ab5d0d5bd14319c2041c6a.zip |
media-libs/jg: Keyword 1.0.0 x86, #891201
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs/jg')
-rw-r--r-- | media-libs/jg/jg-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/jg/jg-1.0.0.ebuild b/media-libs/jg/jg-1.0.0.ebuild index 28dc17fb9a5a..e837159d6f44 100644 --- a/media-libs/jg/jg-1.0.0.ebuild +++ b/media-libs/jg/jg-1.0.0.ebuild @@ -10,7 +10,7 @@ if [[ "${PV}" == *9999 ]] ; then EGIT_REPO_URI="https://gitlab.com/jgemu/${PN}.git" else SRC_URI="https://gitlab.com/jgemu/${PN}/-/archive/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm64" + KEYWORDS="~amd64 ~arm64 ~x86" fi LICENSE="ZLIB" |