diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-04 20:36:24 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-04 20:36:24 +0200 |
commit | f34ef5c822c4899c518a7cc02fa5a23f2238bf55 (patch) | |
tree | 9347c95b76da8188ebc4ca3c00eaab5299302753 /dev-libs/keystone | |
parent | dev-libs/keystone: Stabilize 0.9.2-r1 amd64, #889718 (diff) | |
download | gentoo-f34ef5c822c4899c518a7cc02fa5a23f2238bf55.tar.gz gentoo-f34ef5c822c4899c518a7cc02fa5a23f2238bf55.tar.bz2 gentoo-f34ef5c822c4899c518a7cc02fa5a23f2238bf55.zip |
dev-libs/keystone: Stabilize 0.9.2-r1 x86, #889718
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/keystone')
-rw-r--r-- | dev-libs/keystone/keystone-0.9.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/keystone/keystone-0.9.2-r1.ebuild b/dev-libs/keystone/keystone-0.9.2-r1.ebuild index e9a5d4b06546..6f550da67f74 100644 --- a/dev-libs/keystone/keystone-0.9.2-r1.ebuild +++ b/dev-libs/keystone/keystone-0.9.2-r1.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/keystone-engine/keystone/archive/${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~ppc64 x86" fi S="${WORKDIR}"/${P/_rc/-rc} |