app-admin/kpcli: Add dependency on dev-perl/Clipboard for X clipboard handling, depending on USE=X

Package-Manager: portage-2.3.0_rc1
This commit is contained in:
Andreas K. Hüttel
2016-05-27 23:57:10 +02:00
parent 7aecb1fad8
commit db902f79f4

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -11,7 +11,7 @@ SRC_URI="http://downloads.sourceforge.net/project/kpcli/${P}.pl"
LICENSE="|| ( Artistic GPL-1+ )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
IUSE="X"
DEPEND=""
RDEPEND="
@@ -29,6 +29,7 @@ RDEPEND="
virtual/perl-Data-Dumper
virtual/perl-Term-ANSIColor
virtual/perl-Carp
X? ( dev-perl/Clipboard )
"
src_unpack() {