From e533e597457aec5b55cdd57459877775e3a4bd99 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sat, 27 Aug 2011 12:17:14 +0000 Subject: Add libxkbfile to DEPEND, bug 379727. Nothing links to it here nowever... (Portage version: 2.1.10.11/cvs/Linux x86_64) --- kde-base/kcheckpass/ChangeLog | 6 +++++- kde-base/kcheckpass/kcheckpass-4.7.0.ebuild | 8 +++++--- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'kde-base/kcheckpass') 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 + kcheckpass-4.7.0.ebuild: + Add libxkbfile to DEPEND, bug 379727. Nothing links to it here nowever... 15 Aug 2011; Markus Meier 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" -- cgit v1.2.3-65-gdbad