diff options
author | Chris Reffett <creffett@gentoo.org> | 2013-04-11 05:01:19 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2013-04-11 05:01:19 +0000 |
commit | 540d8fdb35c468ae89b0bc976d422c9fd72b2048 (patch) | |
tree | 72f857f73e3f502f945c1dcaa2b77f6b396eaf13 /kde-base/kde-l10n | |
parent | revbump, migration to distutils-r1 (diff) | |
download | gentoo-2-540d8fdb35c468ae89b0bc976d422c9fd72b2048.tar.gz gentoo-2-540d8fdb35c468ae89b0bc976d422c9fd72b2048.tar.bz2 gentoo-2-540d8fdb35c468ae89b0bc976d422c9fd72b2048.zip |
Fix RDEPEND blocker's category wrt bug 464840
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'kde-base/kde-l10n')
-rw-r--r-- | kde-base/kde-l10n/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kde-l10n/kde-l10n-4.10.1.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kde-l10n/kde-l10n-4.10.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/kde-l10n/ChangeLog b/kde-base/kde-l10n/ChangeLog index 6315af857113..8f38bd07f4b8 100644 --- a/kde-base/kde-l10n/ChangeLog +++ b/kde-base/kde-l10n/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kde-l10n # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/ChangeLog,v 1.174 2013/04/06 00:03:59 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/ChangeLog,v 1.175 2013/04/11 05:01:19 creffett Exp $ + + 11 Apr 2013; Chris Reffett <creffett@gentoo.org> kde-l10n-4.10.1.ebuild, + kde-l10n-4.10.2.ebuild: + Fix RDEPEND blocker's category wrt bug 464840 *kde-l10n-4.10.2 (05 Apr 2013) diff --git a/kde-base/kde-l10n/kde-l10n-4.10.1.ebuild b/kde-base/kde-l10n/kde-l10n-4.10.1.ebuild index 4f768518dfc6..77c90bc35744 100644 --- a/kde-base/kde-l10n/kde-l10n-4.10.1.ebuild +++ b/kde-base/kde-l10n/kde-l10n-4.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.10.1.ebuild,v 1.5 2013/04/02 20:51:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.10.1.ebuild,v 1.6 2013/04/11 05:01:19 creffett Exp $ EAPI=4 @@ -11,7 +11,7 @@ DESCRIPTION="KDE internationalization package" DEPEND=" sys-devel/gettext " -RDEPEND="!<kde-misc/konq-plugins-4.6" +RDEPEND="!<kde-base/konq-plugins-4.6" KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="+handbook" diff --git a/kde-base/kde-l10n/kde-l10n-4.10.2.ebuild b/kde-base/kde-l10n/kde-l10n-4.10.2.ebuild index 5b32ec568a18..60211a0d59b8 100644 --- a/kde-base/kde-l10n/kde-l10n-4.10.2.ebuild +++ b/kde-base/kde-l10n/kde-l10n-4.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.10.2.ebuild,v 1.1 2013/04/06 00:03:59 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.10.2.ebuild,v 1.2 2013/04/11 05:01:19 creffett Exp $ EAPI=5 @@ -11,7 +11,7 @@ DESCRIPTION="KDE internationalization package" DEPEND=" sys-devel/gettext " -RDEPEND="!<kde-misc/konq-plugins-4.6" +RDEPEND="!<kde-base/konq-plugins-4.6" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="+handbook" |