diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-05-31 15:13:28 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-05-31 15:13:28 +0000 |
commit | 95c825a093eb359db2b98a1fbd5b449ac7cf4d1b (patch) | |
tree | 343b81990ee71ad6de9633583daf91262a76755f | |
parent | Add USE dependency default in preparation for the removal of the semantic-des... (diff) | |
download | gentoo-2-95c825a093eb359db2b98a1fbd5b449ac7cf4d1b.tar.gz gentoo-2-95c825a093eb359db2b98a1fbd5b449ac7cf4d1b.tar.bz2 gentoo-2-95c825a093eb359db2b98a1fbd5b449ac7cf4d1b.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)
-rw-r--r-- | kde-base/kimono/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kimono/kimono-4.10.2.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kimono/kimono-4.10.3.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/kde-base/kimono/ChangeLog b/kde-base/kimono/ChangeLog index 050b70b12cba..ae91c06265f1 100644 --- a/kde-base/kimono/ChangeLog +++ b/kde-base/kimono/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kimono # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/ChangeLog,v 1.69 2013/05/06 20:17:46 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/ChangeLog,v 1.70 2013/05/31 15:13:28 kensington Exp $ + + 31 May 2013; Michael Palimaka <kensington@gentoo.org> kimono-4.10.2.ebuild, + kimono-4.10.3.ebuild: + Add USE dependency default in preparation for the removal of the semantic- + desktop USE flag. *kimono-4.10.3 (06 May 2013) diff --git a/kde-base/kimono/kimono-4.10.2.ebuild b/kde-base/kimono/kimono-4.10.2.ebuild index a632c8453b41..737175f0c2b9 100644 --- a/kde-base/kimono/kimono-4.10.2.ebuild +++ b/kde-base/kimono/kimono-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/kimono/kimono-4.10.2.ebuild,v 1.4 2013/05/01 11:51:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/kimono-4.10.2.ebuild,v 1.5 2013/05/31 15:13:28 kensington Exp $ EAPI=5 @@ -14,7 +14,7 @@ DEPEND=" dev-lang/mono $(add_kdebase_dep qyoto 'webkit') $(add_kdebase_dep smokeqt) - $(add_kdebase_dep smokekde 'semantic-desktop?') + $(add_kdebase_dep smokekde 'semantic-desktop(+)?') plasma? ( $(add_kdebase_dep smokeqt 'webkit') ) " RDEPEND="${DEPEND}" diff --git a/kde-base/kimono/kimono-4.10.3.ebuild b/kde-base/kimono/kimono-4.10.3.ebuild index 79c24de0746b..8a859ed49e54 100644 --- a/kde-base/kimono/kimono-4.10.3.ebuild +++ b/kde-base/kimono/kimono-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/kimono/kimono-4.10.3.ebuild,v 1.1 2013/05/06 20:17:46 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/kimono-4.10.3.ebuild,v 1.2 2013/05/31 15:13:28 kensington Exp $ EAPI=5 @@ -14,7 +14,7 @@ DEPEND=" dev-lang/mono $(add_kdebase_dep qyoto 'webkit') $(add_kdebase_dep smokeqt) - $(add_kdebase_dep smokekde 'semantic-desktop?') + $(add_kdebase_dep smokekde 'semantic-desktop(+)?') plasma? ( $(add_kdebase_dep smokeqt 'webkit') ) " RDEPEND="${DEPEND}" |