summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2024-08-30 17:25:44 +0200
committerJakov Smolić <jsmolic@gentoo.org>2024-08-30 17:26:38 +0200
commitdffb88a55db05465498e0310fc6b92a03a7e0b75 (patch)
tree04da2874ad05d9054d1f209f211938a2a16e7d1b /dev-cpp
parentdev-cpp/sparsehash: update EAPI 7 -> 8 (diff)
downloadgentoo-dffb88a55db05465498e0310fc6b92a03a7e0b75.tar.gz
gentoo-dffb88a55db05465498e0310fc6b92a03a7e0b75.tar.bz2
gentoo-dffb88a55db05465498e0310fc6b92a03a7e0b75.zip
dev-cpp/popl: drop 9999
Popl is a header-only library and last commit was 3 years ago so live ebuild makes little sense. Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/popl/popl-1.2.0-r1.ebuild (renamed from dev-cpp/popl/popl-9999.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/popl/popl-9999.ebuild b/dev-cpp/popl/popl-1.2.0-r1.ebuild
index f58b83ff2381..84948d14953b 100644
--- a/dev-cpp/popl/popl-9999.ebuild
+++ b/dev-cpp/popl/popl-1.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]] ; then
else
SRC_URI="https://github.com/badaix/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
fi
LICENSE="MIT"