From 1ac698f50c3064a65bdb73e4a48d0915c9345f43 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 11 Jun 2021 06:56:28 +0000 Subject: app-misc/wcd: port to EAPI 7 Signed-off-by: Sam James --- app-misc/wcd/wcd-6.0.3.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'app-misc/wcd') diff --git a/app-misc/wcd/wcd-6.0.3.ebuild b/app-misc/wcd/wcd-6.0.3.ebuild index ba979cf09420..7f6410ba6713 100644 --- a/app-misc/wcd/wcd-6.0.3.ebuild +++ b/app-misc/wcd/wcd-6.0.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit toolchain-funcs @@ -9,15 +9,16 @@ DESCRIPTION="Wherever Change Directory" HOMEPAGE="http://waterlan.home.xs4all.nl/#WCD_ANCHOR" SRC_URI="http://waterlan.home.xs4all.nl/${PN}/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="nls unicode" CDEPEND=" sys-libs/ncurses:0=[unicode?] unicode? ( dev-libs/libunistring:= )" -DEPEND="${CDEPEND} +DEPEND="${CDEPEND}" +BDEPEND=" app-text/ghostscript-gpl virtual/pkgconfig " -- cgit v1.2.3-65-gdbad