diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-01-13 13:28:26 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-01-13 13:28:26 +0200 |
commit | 2a7b7e74c312c130e247c6112f6ef0e016e679d1 (patch) | |
tree | 768fde8aaa2fbcbce2f7b3b78359c413a7f45b85 /dev-cpp/cpp-httplib | |
parent | sys-libs/libcxx: Stabilize 17.0.6 x86, #920044 (diff) | |
download | gentoo-2a7b7e74c312c130e247c6112f6ef0e016e679d1.tar.gz gentoo-2a7b7e74c312c130e247c6112f6ef0e016e679d1.tar.bz2 gentoo-2a7b7e74c312c130e247c6112f6ef0e016e679d1.zip |
dev-cpp/cpp-httplib: Stabilize 0.14.1-r1 x86, #920044
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-cpp/cpp-httplib')
-rw-r--r-- | dev-cpp/cpp-httplib/cpp-httplib-0.14.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.14.1-r1.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.14.1-r1.ebuild index 3cfe690f11ed..1e17288b81d9 100644 --- a/dev-cpp/cpp-httplib/cpp-httplib-0.14.1-r1.ebuild +++ b/dev-cpp/cpp-httplib/cpp-httplib-0.14.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://github.com/yhirose/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~loong ~x86" + KEYWORDS="amd64 ~loong x86" fi LICENSE="MIT" |