commit:     1ac698f50c3064a65bdb73e4a48d0915c9345f43
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 11 06:56:28 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 11 06:56:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac698f5

app-misc/wcd: port to EAPI 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/wcd/wcd-6.0.3.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-misc/wcd/wcd-6.0.3.ebuild b/app-misc/wcd/wcd-6.0.3.ebuild
index ba979cf0942..7f6410ba671 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
 "

Reply via email to