diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-05 05:24:36 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-05 05:26:10 +0000 |
commit | 92581df74610e1e6e39c46569c7e54c870338c89 (patch) | |
tree | 7f23817e728f52eb7c11fb7881cf5b8b5886735a /dev-cpp | |
parent | app-text/libebook: Stabilize 0.1.3-r3 x86, #919762 (diff) | |
download | gentoo-92581df74610e1e6e39c46569c7e54c870338c89.tar.gz gentoo-92581df74610e1e6e39c46569c7e54c870338c89.tar.bz2 gentoo-92581df74610e1e6e39c46569c7e54c870338c89.zip |
dev-cpp/libcmis: Stabilize 0.6.2 x86, #919762
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/libcmis/libcmis-0.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/libcmis/libcmis-0.6.2.ebuild b/dev-cpp/libcmis/libcmis-0.6.2.ebuild index 6c8abf60f12d..d63b6bdf4e78 100644 --- a/dev-cpp/libcmis/libcmis-0.6.2.ebuild +++ b/dev-cpp/libcmis/libcmis-0.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/tdf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" fi inherit autotools |