summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2020-01-17 17:55:17 +0000
committerMike Gilbert <floppym@gentoo.org>2020-01-17 14:08:54 -0500
commitb05df1c763266fbb9ff0854df42dd76e6ce6357b (patch)
tree2995b9ec3196e39975a5053901924a275c236961 /dev-cpp/glog/glog-0.4.0.ebuild
parentapp-i18n/librime: Delete old version (1.4.0). (diff)
downloadgentoo-b05df1c763266fbb9ff0854df42dd76e6ce6357b.tar.gz
gentoo-b05df1c763266fbb9ff0854df42dd76e6ce6357b.tar.bz2
gentoo-b05df1c763266fbb9ff0854df42dd76e6ce6357b.zip
dev-cpp/glog: Drop alpha. Fix dependencies.
Closes: https://bugs.gentoo.org/705188 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-cpp/glog/glog-0.4.0.ebuild')
-rw-r--r--dev-cpp/glog/glog-0.4.0.ebuild4
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 c81238fb365c..197e80a74913 100644
--- a/dev-cpp/glog/glog-0.4.0.ebuild
+++ b/dev-cpp/glog/glog-0.4.0.ebuild
@@ -11,11 +11,11 @@ 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="amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="gflags static-libs test"
RESTRICT="test"
-RDEPENDS="sys-libs/libunwind[${MULTILIB_USEDEP}]
+RDEPEND="sys-libs/libunwind[${MULTILIB_USEDEP}]
gflags? ( dev-cpp/gflags[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
test? ( >=dev-cpp/gtest-1.8.0[${MULTILIB_USEDEP}] )"