From 608c9822a0caf482d324496285d510ff941f23d3 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Fri, 19 Oct 2018 17:24:59 +0200 Subject: app-i18n/libpinyin: Use EAPI="7". Signed-off-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Mike Gilbert --- app-i18n/libpinyin/libpinyin-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app-i18n') diff --git a/app-i18n/libpinyin/libpinyin-9999.ebuild b/app-i18n/libpinyin/libpinyin-9999.ebuild index 20abcddac60e..4d8800edce53 100644 --- a/app-i18n/libpinyin/libpinyin-9999.ebuild +++ b/app-i18n/libpinyin/libpinyin-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2012-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" inherit autotools @@ -27,10 +27,10 @@ SLOT="0/13" KEYWORDS="" IUSE="" -RDEPEND="dev-libs/glib:2 +BDEPEND="virtual/pkgconfig" +DEPEND="dev-libs/glib:2 sys-libs/db:=" -DEPEND="${RDEPEND} - virtual/pkgconfig" +RDEPEND="${DEPEND}" src_unpack() { if [[ "${PV}" == "9999" ]]; then -- cgit v1.2.3-65-gdbad