diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-03-19 16:22:30 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-03-19 16:50:01 +1300 |
commit | 43854aeee678875a9d51b217d44b991d8c51b035 (patch) | |
tree | 1d35975f090460918faa425fc67fc29b72321b0e /games-util/xgame-gtk2 | |
parent | dev-vcs/archway: Fix dep on dev-perl/Gtk2 (diff) | |
download | gentoo-43854aeee678875a9d51b217d44b991d8c51b035.tar.gz gentoo-43854aeee678875a9d51b217d44b991d8c51b035.tar.bz2 gentoo-43854aeee678875a9d51b217d44b991d8c51b035.zip |
games-util/xgame-gtk2: Fix dep on dev-perl/Gtk2
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'games-util/xgame-gtk2')
-rw-r--r-- | games-util/xgame-gtk2/xgame-gtk2-2.0.2-r1.ebuild | 4 | ||||
-rw-r--r-- | games-util/xgame-gtk2/xgame-gtk2-2.0.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-util/xgame-gtk2/xgame-gtk2-2.0.2-r1.ebuild b/games-util/xgame-gtk2/xgame-gtk2-2.0.2-r1.ebuild index 3b1ee04e48e0..39c3cdc87592 100644 --- a/games-util/xgame-gtk2/xgame-gtk2-2.0.2-r1.ebuild +++ b/games-util/xgame-gtk2/xgame-gtk2-2.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND="dev-lang/perl - >=dev-perl/gtk2-perl-1.040" + >=dev-perl/Gtk2-1.040" src_install() { default diff --git a/games-util/xgame-gtk2/xgame-gtk2-2.0.2.ebuild b/games-util/xgame-gtk2/xgame-gtk2-2.0.2.ebuild index 652550900c6b..e0fdc7ce576b 100644 --- a/games-util/xgame-gtk2/xgame-gtk2-2.0.2.ebuild +++ b/games-util/xgame-gtk2/xgame-gtk2-2.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="dev-lang/perl - >=dev-perl/gtk2-perl-1.040" + >=dev-perl/Gtk2-1.040" src_install() { dogamesbin xgame-gtk2 |