diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-04 20:36:23 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-04 20:36:23 +0200 |
commit | ec3264e65dda21436e84f41af37e1c7f2bce6903 (patch) | |
tree | 61091f80a8eac0b842086c1bab246700d857c247 /dev-libs | |
parent | app-editors/hyx: Stabilize 2021.06.09 x86, #889716 (diff) | |
download | gentoo-ec3264e65dda21436e84f41af37e1c7f2bce6903.tar.gz gentoo-ec3264e65dda21436e84f41af37e1c7f2bce6903.tar.bz2 gentoo-ec3264e65dda21436e84f41af37e1c7f2bce6903.zip |
dev-libs/keystone: Stabilize 0.9.2-r1 amd64, #889718
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/keystone/keystone-0.9.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/keystone/keystone-0.9.2-r1.ebuild b/dev-libs/keystone/keystone-0.9.2-r1.ebuild index a6f8dcdd8897..e9a5d4b06546 100644 --- a/dev-libs/keystone/keystone-0.9.2-r1.ebuild +++ b/dev-libs/keystone/keystone-0.9.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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} |