commit: 0458dd30399e131a94da3f0a44f8711fe15405c5
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 03:21:39 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 03:50:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0458dd30
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 1a081a3a083..3b5bdcd1125 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