summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2020-01-17 17:30:36 +0000
committerMike Gilbert <floppym@gentoo.org>2020-01-17 14:08:53 -0500
commit0676136b7fc3af9ec62ce4f4c63ca99bdc2b3541 (patch)
treed43cc85ca8e2982f6bd2fd461e99e124589f45b2 /app-i18n
parentapp-crypt/keybase: version bump to 5.1.1 (diff)
downloadgentoo-0676136b7fc3af9ec62ce4f4c63ca99bdc2b3541.tar.gz
gentoo-0676136b7fc3af9ec62ce4f4c63ca99bdc2b3541.tar.bz2
gentoo-0676136b7fc3af9ec62ce4f4c63ca99bdc2b3541.zip
app-i18n/libchewing: Add dependency on virtual/pkgconfig.
Closes: https://bugs.gentoo.org/705368 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/libchewing/libchewing-0.5.1.ebuild4
-rw-r--r--app-i18n/libchewing/libchewing-9999.ebuild4
2 files changed, 6 insertions, 2 deletions
diff --git a/app-i18n/libchewing/libchewing-0.5.1.ebuild b/app-i18n/libchewing/libchewing-0.5.1.ebuild
index 1c78e61d60e1..796538bfb4f3 100644
--- a/app-i18n/libchewing/libchewing-0.5.1.ebuild
+++ b/app-i18n/libchewing/libchewing-0.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2004-2019 Gentoo Authors
+# Copyright 2004-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -26,6 +26,8 @@ KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
IUSE="static-libs test"
RESTRICT="!test? ( test )"
+# BDEPEND="test? ( virtual/pkgconfig )"
+BDEPEND="virtual/pkgconfig"
RDEPEND="dev-db/sqlite:3"
DEPEND="${RDEPEND}
test? ( sys-libs/ncurses[unicode] )"
diff --git a/app-i18n/libchewing/libchewing-9999.ebuild b/app-i18n/libchewing/libchewing-9999.ebuild
index e059c2147b15..041ef001addd 100644
--- a/app-i18n/libchewing/libchewing-9999.ebuild
+++ b/app-i18n/libchewing/libchewing-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2004-2019 Gentoo Authors
+# Copyright 2004-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -26,6 +26,8 @@ KEYWORDS=""
IUSE="static-libs test"
RESTRICT="!test? ( test )"
+# BDEPEND="test? ( virtual/pkgconfig )"
+BDEPEND="virtual/pkgconfig"
RDEPEND="dev-db/sqlite:3"
DEPEND="${RDEPEND}
test? ( sys-libs/ncurses[unicode] )"