commit: 1964b1efc785d77df21520d6312d0ffa5ad20607 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Jul 12 09:26:09 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Jul 12 09:26:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1964b1ef
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 <AT> gentoo.org> dev-cpp/glog/glog-0.3.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/glog/glog-0.3.4-r1.ebuild b/dev-cpp/glog/glog-0.3.4-r1.ebuild index 956b6b8554d..4a2cfdd6be4 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"
