summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-27 12:17:14 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-27 12:17:14 +0000
commite533e597457aec5b55cdd57459877775e3a4bd99 (patch)
tree5d753b7414dbd53ef67f69e0ea66aebffab1d392 /kde-base/kcheckpass
parentMove the docbook stuff to COMMONDEPEND, as it is also needed by later app ins... (diff)
downloadgentoo-2-e533e597457aec5b55cdd57459877775e3a4bd99.tar.gz
gentoo-2-e533e597457aec5b55cdd57459877775e3a4bd99.tar.bz2
gentoo-2-e533e597457aec5b55cdd57459877775e3a4bd99.zip
Add libxkbfile to DEPEND, bug 379727. Nothing links to it here nowever...
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r--kde-base/kcheckpass/ChangeLog6
-rw-r--r--kde-base/kcheckpass/kcheckpass-4.7.0.ebuild8
2 files changed, 10 insertions, 4 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog
index 1a3f3f36fcce..d1b6ac4f159b 100644
--- a/kde-base/kcheckpass/ChangeLog
+++ b/kde-base/kcheckpass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kcheckpass
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.194 2011/08/15 18:47:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.195 2011/08/27 12:17:14 dilfridge Exp $
+
+ 27 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ kcheckpass-4.7.0.ebuild:
+ Add libxkbfile to DEPEND, bug 379727. Nothing links to it here nowever...
15 Aug 2011; Markus Meier <maekke@gentoo.org> kcheckpass-4.6.5.ebuild:
x86 stable, bug #377465
diff --git a/kde-base/kcheckpass/kcheckpass-4.7.0.ebuild b/kde-base/kcheckpass/kcheckpass-4.7.0.ebuild
index 5248720ca0c5..ef9984771fea 100644
--- a/kde-base/kcheckpass/kcheckpass-4.7.0.ebuild
+++ b/kde-base/kcheckpass/kcheckpass-4.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.7.0.ebuild,v 1.1 2011/07/27 14:04:39 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.7.0.ebuild,v 1.2 2011/08/27 12:17:14 dilfridge Exp $
EAPI=4
@@ -11,13 +11,15 @@ DESCRIPTION="A simple password checker, used by any software in need of user aut
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug pam"
-DEPEND="
+RDEPEND="
pam? (
>=kde-base/kdebase-pam-7
virtual/pam
)
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ x11-libs/libxkbfile
+"
PATCHES=(
"${FILESDIR}/kdebase-4.0.2-pam-optional.patch"