diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-03-19 16:33:25 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-03-19 16:50:06 +1300 |
commit | bdb4685690906c4d12c428e2bea5a9d86db53213 (patch) | |
tree | 5eefab73567f7dbefd4e97e4a7a24a68a64edd43 /net-nntp | |
parent | net-misc/youtube-viewer: Fix dep on dev-perl/Gtk2 (diff) | |
download | gentoo-bdb4685690906c4d12c428e2bea5a9d86db53213.tar.gz gentoo-bdb4685690906c4d12c428e2bea5a9d86db53213.tar.bz2 gentoo-bdb4685690906c4d12c428e2bea5a9d86db53213.zip |
net-nntp/slrnconf: Fix dep on dev-perl/Gtk2
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/slrnconf/slrnconf-0.8.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nntp/slrnconf/slrnconf-0.8.4.ebuild b/net-nntp/slrnconf/slrnconf-0.8.4.ebuild index 87a20f3d7400..7d7c7eaca531 100644 --- a/net-nntp/slrnconf/slrnconf-0.8.4.ebuild +++ b/net-nntp/slrnconf/slrnconf-0.8.4.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 DESCRIPTION="slrnconf is a graphical configuration utility for the newsreader slrn" @@ -11,7 +11,7 @@ KEYWORDS="~amd64 ~ppc x86" IUSE="" RDEPEND="dev-lang/perl - dev-perl/gtk2-perl + dev-perl/Gtk2 dev-perl/Parse-RecDescent net-nntp/slrn" DEPEND="${RDEPEND} |