diff options
author | 2020-07-22 17:40:15 +0200 | |
---|---|---|
committer | 2020-07-22 17:43:25 +0200 | |
commit | 1afc30e71af3d0a3812533ec1d41e2f2f26d9041 (patch) | |
tree | 2e5f92b7b27aaaf5e39deacda17e9436a9ee2a31 /net-misc/putty | |
parent | sys-kernel/gentoo-sources: Remove EOL'd, unsupported 5.6.X series (diff) | |
download | gentoo-1afc30e71af3d0a3812533ec1d41e2f2f26d9041.tar.gz gentoo-1afc30e71af3d0a3812533ec1d41e2f2f26d9041.tar.bz2 gentoo-1afc30e71af3d0a3812533ec1d41e2f2f26d9041.zip |
net-misc/putty: Set REQUIRED_USE, BDEPEND
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-misc/putty')
-rw-r--r-- | net-misc/putty/putty-0.74.ebuild | 8 | ||||
-rw-r--r-- | net-misc/putty/putty-9999.ebuild | 7 |
2 files changed, 12 insertions, 3 deletions
diff --git a/net-misc/putty/putty-0.74.ebuild b/net-misc/putty/putty-0.74.ebuild index f689861f528a..8ccfe4d5a53f 100644 --- a/net-misc/putty/putty-0.74.ebuild +++ b/net-misc/putty/putty-0.74.ebuild @@ -10,12 +10,11 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86" -IUSE="doc +gtk gtk2 ipv6 gssapi" SRC_URI=" https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2 https://the.earth.li/~sgtatham/${PN}/${PV}/${P}.tar.gz " - +IUSE="doc +gtk gtk2 ipv6 gssapi" RDEPEND=" !net-misc/pssh gtk? ( @@ -30,9 +29,14 @@ RDEPEND=" " DEPEND=" ${RDEPEND} +" +BDEPEND=" dev-lang/perl virtual/pkgconfig " +REQUIRED_USE=" + gtk2? ( gtk ) +" src_prepare() { default diff --git a/net-misc/putty/putty-9999.ebuild b/net-misc/putty/putty-9999.ebuild index 88def03e4bf1..5fd210bd12d5 100644 --- a/net-misc/putty/putty-9999.ebuild +++ b/net-misc/putty/putty-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,10 +28,15 @@ RDEPEND=" " DEPEND=" ${RDEPEND} +" +BDEPEND=" app-doc/halibut dev-lang/perl virtual/pkgconfig " +REQUIRED_USE=" + gtk2? ( gtk ) +" src_unpack() { git-r3_src_unpack |