summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-07-12 10:23:22 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-07-12 10:23:22 +0100
commitdb6ec44bc405eff6052780ecb48b2db8925343f2 (patch)
treeab823e220a784e9ade1aa5dc775707b257d28cd0 /dev-cpp/glog
parentdev-python/zope-interface: stable 5.1.0 for hppa, bug #730952 (diff)
downloadgentoo-db6ec44bc405eff6052780ecb48b2db8925343f2.tar.gz
gentoo-db6ec44bc405eff6052780ecb48b2db8925343f2.tar.bz2
gentoo-db6ec44bc405eff6052780ecb48b2db8925343f2.zip
dev-cpp/glog: mark as -sparc
Bug: https://bugs.gentoo.org/732314 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-cpp/glog')
-rw-r--r--dev-cpp/glog/glog-0.4.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-cpp/glog/glog-0.4.0.ebuild b/dev-cpp/glog/glog-0.4.0.ebuild
index ee01c40ca927..e48bfd350451 100644
--- a/dev-cpp/glog/glog-0.4.0.ebuild
+++ b/dev-cpp/glog/glog-0.4.0.ebuild
@@ -11,7 +11,8 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 x86 ~amd64-linux ~x86-linux"
+# -sparc as libunwind is not ported on sparc
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 -sparc x86 ~amd64-linux ~x86-linux"
IUSE="gflags static-libs test"
RESTRICT="test"