diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2019-12-23 21:10:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-12-29 14:31:34 -0500 |
commit | 5738afa26339aed3ef00f98ca59fc60c1f027010 (patch) | |
tree | 638cf19d1d07afc378325e563bf5046906b1f955 | |
parent | dev-cpp/glog: Restore "gflags" USE flag. (diff) | |
download | gentoo-5738afa26339aed3ef00f98ca59fc60c1f027010.tar.gz gentoo-5738afa26339aed3ef00f98ca59fc60c1f027010.tar.bz2 gentoo-5738afa26339aed3ef00f98ca59fc60c1f027010.zip |
dev-cpp/glog: Stabilize 0.4.0 on amd64/x86.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r-- | dev-cpp/glog/glog-0.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/glog/glog-0.4.0.ebuild b/dev-cpp/glog/glog-0.4.0.ebuild index 77e95ec572fa..8e1ba3a33a99 100644 --- a/dev-cpp/glog/glog-0.4.0.ebuild +++ b/dev-cpp/glog/glog-0.4.0.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="~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" |