Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/wcd/
Date: Fri, 11 Jun 2021 06:57:02
Message-Id: 1623394612.1ac698f50c3064a65bdb73e4a48d0915c9345f43.sam@gentoo
1 commit: 1ac698f50c3064a65bdb73e4a48d0915c9345f43
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 11 06:56:28 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 06:56:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac698f5
7
8 app-misc/wcd: port to EAPI 7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-misc/wcd/wcd-6.0.3.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/app-misc/wcd/wcd-6.0.3.ebuild b/app-misc/wcd/wcd-6.0.3.ebuild
16 index ba979cf0942..7f6410ba671 100644
17 --- a/app-misc/wcd/wcd-6.0.3.ebuild
18 +++ b/app-misc/wcd/wcd-6.0.3.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 inherit toolchain-funcs
27
28 @@ -9,15 +9,16 @@ DESCRIPTION="Wherever Change Directory"
29 HOMEPAGE="http://waterlan.home.xs4all.nl/#WCD_ANCHOR"
30 SRC_URI="http://waterlan.home.xs4all.nl/${PN}/${P}.tar.gz"
31
32 -SLOT="0"
33 LICENSE="GPL-2"
34 +SLOT="0"
35 KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
36 IUSE="nls unicode"
37
38 CDEPEND="
39 sys-libs/ncurses:0=[unicode?]
40 unicode? ( dev-libs/libunistring:= )"
41 -DEPEND="${CDEPEND}
42 +DEPEND="${CDEPEND}"
43 +BDEPEND="
44 app-text/ghostscript-gpl
45 virtual/pkgconfig
46 "