diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-13 22:45:38 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-13 22:45:38 +0100 |
commit | 7fa88ab5fd959e63f95b9bf35e3f79e7dddbc372 (patch) | |
tree | 3d80e36c5e21b7847193c1a9668355c1682e39bb /dev-cpp | |
parent | net-libs/signon-oauth2: x86 stable (bug #759832) (diff) | |
download | gentoo-7fa88ab5fd959e63f95b9bf35e3f79e7dddbc372.tar.gz gentoo-7fa88ab5fd959e63f95b9bf35e3f79e7dddbc372.tar.bz2 gentoo-7fa88ab5fd959e63f95b9bf35e3f79e7dddbc372.zip |
dev-cpp/sparsehash: x86 stable (bug #759589)
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/sparsehash/sparsehash-2.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/sparsehash/sparsehash-2.0.4.ebuild b/dev-cpp/sparsehash/sparsehash-2.0.4.ebuild index f5adb7686329..ba450049d43e 100644 --- a/dev-cpp/sparsehash/sparsehash-2.0.4.ebuild +++ b/dev-cpp/sparsehash/sparsehash-2.0.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sparsehash/sparsehash/archive/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${PN}-${P}" |