summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/putty/putty-0.74.ebuild8
-rw-r--r--net-misc/putty/putty-9999.ebuild7
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