diff options
author | Sam James <sam@gentoo.org> | 2024-12-05 22:25:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-05 22:25:54 +0000 |
commit | 3f38b581bf80e07b3139ed7610b7924be9279b23 (patch) | |
tree | c093918824479ca65e19e7b031d4f38d248ffb1c | |
parent | dev-cpp/cpp-httplib: Stabilize 0.18.1 x86, #945932 (diff) | |
download | gentoo-3f38b581bf80e07b3139ed7610b7924be9279b23.tar.gz gentoo-3f38b581bf80e07b3139ed7610b7924be9279b23.tar.bz2 gentoo-3f38b581bf80e07b3139ed7610b7924be9279b23.zip |
dev-cpp/cpp-httplib: Stabilize 0.18.1 arm, #945932
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-cpp/cpp-httplib/cpp-httplib-0.18.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.18.1.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.18.1.ebuild index 15a6caf2a6c3..19d1b5a3162f 100644 --- a/dev-cpp/cpp-httplib/cpp-httplib-0.18.1.ebuild +++ b/dev-cpp/cpp-httplib/cpp-httplib-0.18.1.ebuild @@ -18,7 +18,7 @@ else SRC_URI="https://github.com/yhirose/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" + KEYWORDS="~alpha ~amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" fi LICENSE="MIT" |