diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-02-22 17:30:59 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-02-22 17:31:20 +0100 |
commit | f908edaf43a53196cde126b7614ef3c01eb3f123 (patch) | |
tree | 39753dc2e482700056d007e71bf573376eb91b77 /net-misc/putty/putty-9999.ebuild | |
parent | mysql*.eclass: remove built_with_use function in pkg_config (diff) | |
download | gentoo-f908edaf43a53196cde126b7614ef3c01eb3f123.tar.gz gentoo-f908edaf43a53196cde126b7614ef3c01eb3f123.tar.bz2 gentoo-f908edaf43a53196cde126b7614ef3c01eb3f123.zip |
net-misc/putty: Version bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-misc/putty/putty-9999.ebuild')
-rw-r--r-- | net-misc/putty/putty-9999.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/putty/putty-9999.ebuild b/net-misc/putty/putty-9999.ebuild index 5d552be32d4c..fbced904a692 100644 --- a/net-misc/putty/putty-9999.ebuild +++ b/net-misc/putty/putty-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit autotools eutils gnome2-utils git-r3 toolchain-funcs DESCRIPTION="A Free Telnet/SSH Client" @@ -20,7 +20,7 @@ RDEPEND=" gtk? ( dev-libs/glib:2 x11-libs/gdk-pixbuf - x11-libs/gtk+:2 + x11-libs/gtk+:3 x11-libs/libX11 x11-libs/pango ) @@ -39,6 +39,8 @@ src_unpack() { } src_prepare() { + default + sed -i \ -e '/AM_PATH_GTK(/d' \ -e 's|-Werror||g' \ @@ -65,7 +67,8 @@ src_install() { dodoc doc/puttydoc.txt if use doc; then - dohtml doc/*.html + docinto html + dodoc doc/*.html fi cd "${S}"/unix || die |