diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-03 10:29:32 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-03 10:29:32 +0200 |
commit | f7076f8fc7e3f1ca984c5e369bede797a9b69c00 (patch) | |
tree | 3963a5f4807e1fb826816784e1a6fc00407c6550 /dev-cpp | |
parent | sci-libs/geos: Stabilize 3.12.1 x86, #937168 (diff) | |
download | gentoo-f7076f8fc7e3f1ca984c5e369bede797a9b69c00.tar.gz gentoo-f7076f8fc7e3f1ca984c5e369bede797a9b69c00.tar.bz2 gentoo-f7076f8fc7e3f1ca984c5e369bede797a9b69c00.zip |
dev-cpp/robin-map: Stabilize 1.3.0 amd64, #937170
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/robin-map/robin-map-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/robin-map/robin-map-1.3.0.ebuild b/dev-cpp/robin-map/robin-map-1.3.0.ebuild index 5ebd0b902e42..457ac3608e18 100644 --- a/dev-cpp/robin-map/robin-map-1.3.0.ebuild +++ b/dev-cpp/robin-map/robin-map-1.3.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/Tessil/robin-map" else SRC_URI="https://github.com/Tessil/robin-map/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" fi LICENSE="MIT" |