diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-03-19 16:21:39 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-03-19 16:50:00 +1300 |
commit | 0458dd30399e131a94da3f0a44f8711fe15405c5 (patch) | |
tree | 9d0bcb95121321053e53b395819643db800a38e2 /dev-vcs/archway | |
parent | 4a319a122ad99f5dc025eb0bebb5b2afdddb7e7b (diff) | |
download | gentoo-0458dd30399e131a94da3f0a44f8711fe15405c5.tar.gz gentoo-0458dd30399e131a94da3f0a44f8711fe15405c5.tar.xz |
dev-vcs/archway: Fix dep on dev-perl/Gtk2
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-vcs/archway')
-rw-r--r-- | dev-vcs/archway/archway-0.2.1.ebuild | 6 |
1 files 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 |