diff options
author | 2014-11-29 15:14:10 +0000 | |
---|---|---|
committer | 2014-11-29 15:14:10 +0000 | |
commit | fb494808e2458fa65e727eac2ccd2f33ae0b21ce (patch) | |
tree | c3af93c610476afa4783864265bdbe2ab657c4cd /kde-base/perlqt/perlqt-4.12.5.ebuild | |
parent | Add slot operator in Perl dependency, since the library links to libperl (diff) | |
download | historical-fb494808e2458fa65e727eac2ccd2f33ae0b21ce.tar.gz historical-fb494808e2458fa65e727eac2ccd2f33ae0b21ce.tar.bz2 historical-fb494808e2458fa65e727eac2ccd2f33ae0b21ce.zip |
Add slot operator in Perl dependency, since the package links to libperl
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0x84AD142F
Diffstat (limited to 'kde-base/perlqt/perlqt-4.12.5.ebuild')
-rw-r--r-- | kde-base/perlqt/perlqt-4.12.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/perlqt/perlqt-4.12.5.ebuild b/kde-base/perlqt/perlqt-4.12.5.ebuild index 495ece46dd24..4868a59e14a5 100644 --- a/kde-base/perlqt/perlqt-4.12.5.ebuild +++ b/kde-base/perlqt/perlqt-4.12.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.12.5.ebuild,v 1.5 2014/05/08 07:32:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.12.5.ebuild,v 1.6 2014/11/29 15:13:56 dilfridge Exp $ EAPI=5 @@ -17,7 +17,7 @@ KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="debug phonon qimageblitz qscintilla qwt webkit" RDEPEND=" - >=dev-lang/perl-5.10.1 + dev-lang/perl:= dev-perl/List-MoreUtils $(add_kdebase_dep smokeqt 'declarative?,multimedia?,opengl?,phonon?,qimageblitz?,qscintilla?,qthelp?,qwt?,webkit?') " |