summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r--kde-base/kcheckpass/ChangeLog5
-rw-r--r--kde-base/kcheckpass/kcheckpass-4.3.4.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog
index 0c7e39311663..66a09ce573a6 100644
--- a/kde-base/kcheckpass/ChangeLog
+++ b/kde-base/kcheckpass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kcheckpass
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.143 2009/12/10 21:08:39 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.144 2009/12/22 23:04:20 abcd Exp $
+
+ 22 Dec 2009; Jonathan Callen <abcd@gentoo.org> kcheckpass-4.3.4.ebuild:
+ Pull in changes from overlay
10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
-kcheckpass-4.3.1.ebuild:
diff --git a/kde-base/kcheckpass/kcheckpass-4.3.4.ebuild b/kde-base/kcheckpass/kcheckpass-4.3.4.ebuild
index a3a0bedc0a55..6f12cf9b2d78 100644
--- a/kde-base/kcheckpass/kcheckpass-4.3.4.ebuild
+++ b/kde-base/kcheckpass/kcheckpass-4.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.3.4.ebuild,v 1.1 2009/12/01 10:08:20 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.3.4.ebuild,v 1.2 2009/12/22 23:04:20 abcd Exp $
EAPI="2"
@@ -22,8 +22,9 @@ RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/kdebase-4.0.2-pam-optional.patch" )
src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with pam)"
+ mycmakeargs=(
+ $(cmake-utils_use_with pam)
+ )
kde4-meta_src_configure
}