diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-03-12 16:12:40 +1300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-15 00:06:37 +0100 |
commit | 6f01c0d211b0c15895e2dd971020500e094679f5 (patch) | |
tree | 3b4880e52daf27760c9f5e4e2234832f93f6fc92 /app-admin/bastille | |
parent | app-accessibility/perlbox-voice: Fix dependency on dev-perl/Tk (diff) | |
download | gentoo-6f01c0d211b0c15895e2dd971020500e094679f5.tar.gz gentoo-6f01c0d211b0c15895e2dd971020500e094679f5.tar.bz2 gentoo-6f01c0d211b0c15895e2dd971020500e094679f5.zip |
app-admin/bastille: Fix dependency on dev-perl/Tk
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-admin/bastille')
-rw-r--r-- | app-admin/bastille/bastille-3.0.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/bastille/bastille-3.0.9-r1.ebuild b/app-admin/bastille/bastille-3.0.9-r1.ebuild index 9b8a129ad736..4acde86a950b 100644 --- a/app-admin/bastille/bastille-3.0.9-r1.ebuild +++ b/app-admin/bastille/bastille-3.0.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -26,7 +26,7 @@ RDEPEND=" app-admin/logrotate dev-perl/Curses net-firewall/psad - X? ( dev-perl/perl-tk ) + X? ( dev-perl/Tk ) virtual/logger " |