diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-05-31 14:58:09 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-05-31 14:58:09 +0000 |
commit | f28ab7e083fd01ab4b679d3a9c8067ba4663f6d4 (patch) | |
tree | 8bd617b5a9e792d72cb89857295a1661dff1a5c0 /kde-base/dolphin | |
parent | Add USE dependency default in preparation for the removal of the semantic-des... (diff) | |
download | gentoo-2-f28ab7e083fd01ab4b679d3a9c8067ba4663f6d4.tar.gz gentoo-2-f28ab7e083fd01ab4b679d3a9c8067ba4663f6d4.tar.bz2 gentoo-2-f28ab7e083fd01ab4b679d3a9c8067ba4663f6d4.zip |
Add USE dependency default in preparation for the removal of the semantic-desktop USE flag.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'kde-base/dolphin')
-rw-r--r-- | kde-base/dolphin/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/dolphin/dolphin-4.10.2.ebuild | 4 | ||||
-rw-r--r-- | kde-base/dolphin/dolphin-4.10.3.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/kde-base/dolphin/ChangeLog b/kde-base/dolphin/ChangeLog index 882fc044d473..aad2ebad6cdb 100644 --- a/kde-base/dolphin/ChangeLog +++ b/kde-base/dolphin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/dolphin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.183 2013/05/06 20:18:11 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.184 2013/05/31 14:58:09 kensington Exp $ + + 31 May 2013; Michael Palimaka <kensington@gentoo.org> dolphin-4.10.2.ebuild, + dolphin-4.10.3.ebuild: + Add USE dependency default in preparation for the removal of the semantic- + desktop USE flag. *dolphin-4.10.3 (06 May 2013) diff --git a/kde-base/dolphin/dolphin-4.10.2.ebuild b/kde-base/dolphin/dolphin-4.10.2.ebuild index ada506baf32e..a19d6920e278 100644 --- a/kde-base/dolphin/dolphin-4.10.2.ebuild +++ b/kde-base/dolphin/dolphin-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/dolphin/dolphin-4.10.2.ebuild,v 1.5 2013/05/05 10:14:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.10.2.ebuild,v 1.6 2013/05/31 14:58:09 kensington Exp $ EAPI=5 @@ -14,7 +14,7 @@ IUSE="debug semantic-desktop thumbnail" DEPEND=" $(add_kdebase_dep kactivities) - $(add_kdebase_dep kdelibs 'semantic-desktop?') + $(add_kdebase_dep kdelibs 'semantic-desktop(+)?') $(add_kdebase_dep libkonq) semantic-desktop? ( >=dev-libs/shared-desktop-ontologies-0.10.0 diff --git a/kde-base/dolphin/dolphin-4.10.3.ebuild b/kde-base/dolphin/dolphin-4.10.3.ebuild index bf3f31677a08..3ba4a8e93155 100644 --- a/kde-base/dolphin/dolphin-4.10.3.ebuild +++ b/kde-base/dolphin/dolphin-4.10.3.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/dolphin/dolphin-4.10.3.ebuild,v 1.1 2013/05/06 20:18:11 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.10.3.ebuild,v 1.2 2013/05/31 14:58:09 kensington Exp $ EAPI=5 @@ -14,7 +14,7 @@ IUSE="debug semantic-desktop thumbnail" DEPEND=" $(add_kdebase_dep kactivities) - $(add_kdebase_dep kdelibs 'semantic-desktop?') + $(add_kdebase_dep kdelibs 'semantic-desktop(+)?') $(add_kdebase_dep libkonq) semantic-desktop? ( >=dev-libs/shared-desktop-ontologies-0.10.0 |