diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-18 15:42:55 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-18 15:42:55 +0000 |
commit | bdcb9941522cd0acc0e6a951b9902a655287fb8a (patch) | |
tree | 23f45dda708b44f0b3894ca73a80004e66722306 /kde-base/kcheckpass | |
parent | Don't use bindnow-flags. Bug 210583. (diff) | |
download | gentoo-2-bdcb9941522cd0acc0e6a951b9902a655287fb8a.tar.gz gentoo-2-bdcb9941522cd0acc0e6a951b9902a655287fb8a.tar.bz2 gentoo-2-bdcb9941522cd0acc0e6a951b9902a655287fb8a.zip |
Don't use bindnow-flags. Bug 210583.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-3.5.8.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index 6ea8a5d7f8a7..d94e6ca22fba 100644 --- a/kde-base/kcheckpass/ChangeLog +++ b/kde-base/kcheckpass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kcheckpass # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.80 2008/02/17 02:28:39 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.81 2008/02/18 15:42:55 ingmar Exp $ + + 18 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> kcheckpass-3.5.8.ebuild: + Don't use bindnow-flags. Bug 210583. 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -files/kdebase-4.0.0-pam-optional.patch, -kcheckpass-3.5.0.ebuild, diff --git a/kde-base/kcheckpass/kcheckpass-3.5.8.ebuild b/kde-base/kcheckpass/kcheckpass-3.5.8.ebuild index c478d6b11aad..78594b8293a4 100644 --- a/kde-base/kcheckpass/kcheckpass-3.5.8.ebuild +++ b/kde-base/kcheckpass/kcheckpass-3.5.8.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-3.5.8.ebuild,v 1.6 2008/01/31 15:30:22 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-3.5.8.ebuild,v 1.7 2008/02/18 15:42:55 ingmar Exp $ KMNAME=kdebase MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils flag-o-matic +inherit kde-meta SRC_URI="${SRC_URI} mirror://gentoo/kdebase-3.5-patchset-06.tar.bz2" @@ -18,6 +18,5 @@ DEPEND="pam? ( kde-base/kdebase-pam )" src_compile() { myconf="$(use_with pam)" - export BINDNOW_FLAGS="$(bindnow-flags)" kde-meta_src_compile } |