diff options
author | 2013-05-31 15:01:14 +0000 | |
---|---|---|
committer | 2013-05-31 15:01:14 +0000 | |
commit | 97311c5a006821773ce2cc51a16044a2b0e4d15e (patch) | |
tree | c8c6fbac52d64c71b4d28eab3e4ab549d954c80d /kde-base/kdepimlibs | |
parent | Stable on alpha, bug #471788 (diff) | |
download | gentoo-2-97311c5a006821773ce2cc51a16044a2b0e4d15e.tar.gz gentoo-2-97311c5a006821773ce2cc51a16044a2b0e4d15e.tar.bz2 gentoo-2-97311c5a006821773ce2cc51a16044a2b0e4d15e.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/kdepimlibs')
-rw-r--r-- | kde-base/kdepimlibs/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kdepimlibs/kdepimlibs-4.10.2.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kdepimlibs/kdepimlibs-4.10.3.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/kde-base/kdepimlibs/ChangeLog b/kde-base/kdepimlibs/ChangeLog index 5147e9349974..1b08bffd18c9 100644 --- a/kde-base/kdepimlibs/ChangeLog +++ b/kde-base/kdepimlibs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdepimlibs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.197 2013/05/06 20:18:05 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.198 2013/05/31 15:01:14 kensington Exp $ + + 31 May 2013; Michael Palimaka <kensington@gentoo.org> + kdepimlibs-4.10.2.ebuild, kdepimlibs-4.10.3.ebuild: + Add USE dependency default in preparation for the removal of the semantic- + desktop USE flag. *kdepimlibs-4.10.3 (06 May 2013) diff --git a/kde-base/kdepimlibs/kdepimlibs-4.10.2.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.10.2.ebuild index 0893683d7206..679e03ebb40a 100644 --- a/kde-base/kdepimlibs/kdepimlibs-4.10.2.ebuild +++ b/kde-base/kdepimlibs/kdepimlibs-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/kdepimlibs/kdepimlibs-4.10.2.ebuild,v 1.5 2013/05/05 10:14:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/kdepimlibs-4.10.2.ebuild,v 1.6 2013/05/31 15:01:13 kensington Exp $ EAPI=5 @@ -24,7 +24,7 @@ DEPEND=" >=dev-libs/libical-0.43 dev-libs/cyrus-sasl dev-libs/qjson - $(add_kdebase_dep kdelibs 'semantic-desktop?') + $(add_kdebase_dep kdelibs 'semantic-desktop(+)?') prison? ( media-libs/prison ) semantic-desktop? ( >=app-office/akonadi-server-1.9.0 diff --git a/kde-base/kdepimlibs/kdepimlibs-4.10.3.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.10.3.ebuild index 2b5d00560f82..2cb91b75af81 100644 --- a/kde-base/kdepimlibs/kdepimlibs-4.10.3.ebuild +++ b/kde-base/kdepimlibs/kdepimlibs-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/kdepimlibs/kdepimlibs-4.10.3.ebuild,v 1.1 2013/05/06 20:18:04 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/kdepimlibs-4.10.3.ebuild,v 1.2 2013/05/31 15:01:13 kensington Exp $ EAPI=5 @@ -24,7 +24,7 @@ DEPEND=" >=dev-libs/libical-0.43 dev-libs/cyrus-sasl dev-libs/qjson - $(add_kdebase_dep kdelibs 'semantic-desktop?') + $(add_kdebase_dep kdelibs 'semantic-desktop(+)?') prison? ( media-libs/prison ) semantic-desktop? ( >=app-office/akonadi-server-1.9.0 |