summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-12-03 15:16:16 +0000
committerMichael Palimaka <kensington@gentoo.org>2014-12-03 15:16:16 +0000
commit0d90074f3fc87ce0ca4a362fa7acc595a81ead74 (patch)
tree302fc51697b42cc7baa2126f5656f5dae82aa790 /kde-base/plasma-runtime
parentIntroduce crypt USE flag. (diff)
downloadgentoo-2-0d90074f3fc87ce0ca4a362fa7acc595a81ead74.tar.gz
gentoo-2-0d90074f3fc87ce0ca4a362fa7acc595a81ead74.tar.bz2
gentoo-2-0d90074f3fc87ce0ca4a362fa7acc595a81ead74.zip
Enforce kde-base/kdelibs[crypt] USE dependency.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'kde-base/plasma-runtime')
-rw-r--r--kde-base/plasma-runtime/ChangeLog6
-rw-r--r--kde-base/plasma-runtime/plasma-runtime-4.14.3.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/kde-base/plasma-runtime/ChangeLog b/kde-base/plasma-runtime/ChangeLog
index 18d64dd749f7..0df2b21d672d 100644
--- a/kde-base/plasma-runtime/ChangeLog
+++ b/kde-base/plasma-runtime/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/plasma-runtime
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-runtime/ChangeLog,v 1.213 2014/11/16 12:21:32 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-runtime/ChangeLog,v 1.214 2014/12/03 15:16:16 kensington Exp $
+
+ 03 Dec 2014; Michael Palimaka <kensington@gentoo.org>
+ plasma-runtime-4.14.3.ebuild:
+ Enforce kde-base/kdelibs[crypt] USE dependency.
*plasma-runtime-4.14.3 (16 Nov 2014)
diff --git a/kde-base/plasma-runtime/plasma-runtime-4.14.3.ebuild b/kde-base/plasma-runtime/plasma-runtime-4.14.3.ebuild
index f014037d0c55..65857029a524 100644
--- a/kde-base/plasma-runtime/plasma-runtime-4.14.3.ebuild
+++ b/kde-base/plasma-runtime/plasma-runtime-4.14.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-runtime/plasma-runtime-4.14.3.ebuild,v 1.1 2014/11/16 12:21:32 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-runtime/plasma-runtime-4.14.3.ebuild,v 1.2 2014/12/03 15:16:16 kensington Exp $
EAPI=5
@@ -15,6 +15,7 @@ IUSE="debug"
DEPEND="
$(add_kdebase_dep kactivities '' 4.13)
+ $(add_kdebase_dep kdelibs 'crypt')
"
RDEPEND="${DEPEND}"