diff options
author | Sam James <sam@gentoo.org> | 2023-01-17 20:03:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-17 20:03:09 +0000 |
commit | 2cd7cfc9aade8f84dde0c332aabefcfeaa2a7e6c (patch) | |
tree | 8e2de5b3f940fab1f276c43bb5a7d65ed27ff2ee /dev-cpp | |
parent | app-text/libwps: Stabilize 0.4.13 amd64, #888946 (diff) | |
download | gentoo-2cd7cfc9aade8f84dde0c332aabefcfeaa2a7e6c.tar.gz gentoo-2cd7cfc9aade8f84dde0c332aabefcfeaa2a7e6c.tar.bz2 gentoo-2cd7cfc9aade8f84dde0c332aabefcfeaa2a7e6c.zip |
dev-cpp/libcmis: Stabilize 0.5.2-r2 amd64, #888946
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/libcmis/libcmis-0.5.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/libcmis/libcmis-0.5.2-r2.ebuild b/dev-cpp/libcmis/libcmis-0.5.2-r2.ebuild index 51b24e07e554..bb8273717d8c 100644 --- a/dev-cpp/libcmis/libcmis-0.5.2-r2.ebuild +++ b/dev-cpp/libcmis/libcmis-0.5.2-r2.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 @@ -9,7 +9,7 @@ if [[ ${PV} == *9999* ]]; then else SRC_URI="https://github.com/tdf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz https://dev.gentoo.org/~asturm/distfiles/${P}-patchset.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~x86 ~amd64-linux ~x86-linux" fi inherit autotools |