diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-01 20:43:32 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-01 20:43:32 +0100 |
commit | a00a6cd2dddfad2fde0b7a418a5e58ca033af814 (patch) | |
tree | 8e0d1f2ea7b38da42f56428a1997584ebce2396a /dev-cpp/glog | |
parent | dev-python/protobuf-python: arm stable wrt bug #704250 (diff) | |
download | gentoo-a00a6cd2dddfad2fde0b7a418a5e58ca033af814.tar.gz gentoo-a00a6cd2dddfad2fde0b7a418a5e58ca033af814.tar.bz2 gentoo-a00a6cd2dddfad2fde0b7a418a5e58ca033af814.zip |
dev-cpp/glog: arm stable wrt bug #704258
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-cpp/glog')
-rw-r--r-- | dev-cpp/glog/glog-0.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/glog/glog-0.4.0.ebuild b/dev-cpp/glog/glog-0.4.0.ebuild index 0fd0425f8fd0..c81238fb365c 100644 --- a/dev-cpp/glog/glog-0.4.0.ebuild +++ b/dev-cpp/glog/glog-0.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2011-2019 Gentoo Authors +# Copyright 2011-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" IUSE="gflags static-libs test" RESTRICT="test" |