diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2009-12-22 23:04:20 +0000 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2009-12-22 23:04:20 +0000 |
commit | faa30fb9f72dd019e705067549a3c4154651437d (patch) | |
tree | d8a3b6627f8613c307763ad5d8e4f9d940d8e6b8 /kde-base/kcheckpass | |
parent | Add patch for prefix support (Solaris) (diff) | |
download | historical-faa30fb9f72dd019e705067549a3c4154651437d.tar.gz historical-faa30fb9f72dd019e705067549a3c4154651437d.tar.bz2 historical-faa30fb9f72dd019e705067549a3c4154651437d.zip |
Pull in changes from overlay
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-4.3.4.ebuild | 7 |
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 } |