From 0458dd30399e131a94da3f0a44f8711fe15405c5 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Sun, 19 Mar 2017 16:21:39 +1300 Subject: [PATCH] dev-vcs/archway: Fix dep on dev-perl/Gtk2 Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- dev-vcs/archway/archway-0.2.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-vcs/archway/archway-0.2.1.ebuild b/dev-vcs/archway/archway-0.2.1.ebuild index 1a081a3a0833..3b5bdcd11259 100644 --- a/dev-vcs/archway/archway-0.2.1.ebuild +++ b/dev-vcs/archway/archway-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=3 @@ -16,13 +16,13 @@ IUSE="" #"ArchWay requires gtk-2.4 and gtk2-perl." -$HOMEPAGE #DEPEND=">=dev-util/tla-1.1 # >=dev-lang/perl-5.8.0 -# >=dev-perl/gtk2-perl-1.040 +# >=dev-perl/Gtk2-1.040 # >=dev-perl/glib-perl-1.040 # >=x11-libs/gtk+-2.4.0" DEPEND="" RDEPEND="x11-libs/gtk+:2 - >=dev-perl/gtk2-perl-1.040" + >=dev-perl/Gtk2-1.040" src_install() { emake DESTDIR="${D}" prefix=/usr install || die -- 2.26.2