diff options
author | Sam James <sam@gentoo.org> | 2020-11-12 16:26:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-12 16:26:18 +0000 |
commit | e3befc4efe8b30d1fd7a3c5a02ab371dff6d77b8 (patch) | |
tree | fd7146a918cd768d91fb4252b6f3de58eb6cb068 /dev-cpp | |
parent | media-libs/openimageio: Stabilize 2.2.8.0 amd64, #753566 (diff) | |
download | gentoo-e3befc4efe8b30d1fd7a3c5a02ab371dff6d77b8.tar.gz gentoo-e3befc4efe8b30d1fd7a3c5a02ab371dff6d77b8.tar.bz2 gentoo-e3befc4efe8b30d1fd7a3c5a02ab371dff6d77b8.zip |
dev-cpp/robin-map: Stabilize 0.6.3 amd64, #753566
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/robin-map/robin-map-0.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/robin-map/robin-map-0.6.3.ebuild b/dev-cpp/robin-map/robin-map-0.6.3.ebuild index c1de030cbe66..78a6b31dd3fb 100644 --- a/dev-cpp/robin-map/robin-map-0.6.3.ebuild +++ b/dev-cpp/robin-map/robin-map-0.6.3.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 x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" fi LICENSE="MIT" |