diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-12 10:26:09 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-12 10:26:09 +0100 |
commit | 1964b1efc785d77df21520d6312d0ffa5ad20607 (patch) | |
tree | 5ea35de13df8900d441175734516924937c5aa9f /dev-cpp/glog | |
parent | dev-cpp/glog: mark as -sparc (diff) | |
download | gentoo-1964b1efc785d77df21520d6312d0ffa5ad20607.tar.gz gentoo-1964b1efc785d77df21520d6312d0ffa5ad20607.tar.bz2 gentoo-1964b1efc785d77df21520d6312d0ffa5ad20607.zip |
dev-cpp/glog: drop sparc keywords
Newer version requires sys-libs/libunwind (no sparc prot).
Let's drop sparc keywords as there are no reverse dependencies
that require dev-cpp/glog on sparc.
Closes: 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.3.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/glog/glog-0.3.4-r1.ebuild b/dev-cpp/glog/glog-0.3.4-r1.ebuild index 956b6b8554d3..4a2cfdd6be43 100644 --- a/dev-cpp/glog/glog-0.3.4-r1.ebuild +++ b/dev-cpp/glog/glog-0.3.4-r1.ebuild @@ -11,7 +11,7 @@ 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 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 x86 ~amd64-linux ~x86-linux" IUSE="gflags static-libs test unwind" RESTRICT="test" |