diff options
author | Jonathan Callen <abcd@gentoo.org> | 2011-06-06 21:07:34 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2011-06-06 21:07:34 +0000 |
commit | 0773232224cde88d7f3602ffb382ba2ef5d1f854 (patch) | |
tree | 6d00b321c9455c5096d7584be6fd3e8be1ed58b1 /kde-base/kdebindings-perl | |
parent | Fix removal of WEBKIT_REQUIRED in the eclass (diff) | |
download | gentoo-2-0773232224cde88d7f3602ffb382ba2ef5d1f854.tar.gz gentoo-2-0773232224cde88d7f3602ffb382ba2ef5d1f854.tar.bz2 gentoo-2-0773232224cde88d7f3602ffb382ba2ef5d1f854.zip |
Fix removal of WEBKIT_REQUIRED in the eclass
(Portage version: 2.2.0_alpha38/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kdebindings-perl')
-rw-r--r-- | kde-base/kdebindings-perl/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kdebindings-perl/kdebindings-perl-4.6.2.ebuild | 5 | ||||
-rw-r--r-- | kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/kde-base/kdebindings-perl/ChangeLog b/kde-base/kdebindings-perl/ChangeLog index 244ae25fc31d..59d56a27280a 100644 --- a/kde-base/kdebindings-perl/ChangeLog +++ b/kde-base/kdebindings-perl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kdebindings-perl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v 1.17 2011/06/01 18:06:54 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v 1.18 2011/06/06 21:07:34 abcd Exp $ + + 06 Jun 2011; Jonathan Callen <abcd@gentoo.org> kdebindings-perl-4.6.2.ebuild, + kdebindings-perl-4.6.3.ebuild: + Fix removal of WEBKIT_REQUIRED in the eclass 01 Jun 2011; Brent Baude <ranger@gentoo.org> kdebindings-perl-4.6.2.ebuild: diff --git a/kde-base/kdebindings-perl/kdebindings-perl-4.6.2.ebuild b/kde-base/kdebindings-perl/kdebindings-perl-4.6.2.ebuild index ebb9ce9f2bc1..0d25d7c6ef43 100644 --- a/kde-base/kdebindings-perl/kdebindings-perl-4.6.2.ebuild +++ b/kde-base/kdebindings-perl/kdebindings-perl-4.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.2.ebuild,v 1.5 2011/06/01 18:06:54 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.2.ebuild,v 1.6 2011/06/06 21:07:34 abcd Exp $ EAPI=3 @@ -9,12 +9,11 @@ KMMODULE="perl" DECLARATIVE_REQUIRED="optional" MULTIMEDIA_REQUIRED="optional" QTHELP_REQUIRED="optional" -WEBKIT_REQUIRED="optional" inherit kde4-meta DESCRIPTION="KDE Perl bindings" KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="akonadi attica debug kate okular phonon plasma qimageblitz qscintilla qwt semantic-desktop" +IUSE="akonadi attica debug kate okular phonon plasma qimageblitz qscintilla qwt semantic-desktop webkit" DEPEND=" >=dev-lang/perl-5.10.1 diff --git a/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild b/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild index 09c31d4554f7..8fc870cce591 100644 --- a/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild +++ b/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild,v 1.1 2011/05/07 10:47:34 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild,v 1.2 2011/06/06 21:07:34 abcd Exp $ EAPI=4 @@ -9,12 +9,11 @@ KMMODULE="perl" DECLARATIVE_REQUIRED="optional" MULTIMEDIA_REQUIRED="optional" QTHELP_REQUIRED="optional" -WEBKIT_REQUIRED="optional" inherit kde4-meta DESCRIPTION="KDE Perl bindings" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="akonadi attica debug kate okular phonon plasma qimageblitz qscintilla qwt semantic-desktop" +IUSE="akonadi attica debug kate okular phonon plasma qimageblitz qscintilla qwt semantic-desktop webkit" DEPEND=" >=dev-lang/perl-5.10.1 |