diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-07-13 20:32:20 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-07-13 20:32:20 +0000 |
commit | 17ed9cc1f4f4070c698a0f0cf16a6663d3f742af (patch) | |
tree | 11f58cb916653c1c752d225bb9eb41b1f307a98e /kde-base | |
parent | -r3 ebuild made by Alexander Holler (NMU). Please test! (diff) | |
download | historical-17ed9cc1f4f4070c698a0f0cf16a6663d3f742af.tar.gz historical-17ed9cc1f4f4070c698a0f0cf16a6663d3f742af.tar.bz2 historical-17ed9cc1f4f4070c698a0f0cf16a6663d3f742af.zip |
disable pm/kpackage building to make package compile
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kdeadmin/kdeadmin-3.1_alpha1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/kdeadmin/kdeadmin-3.1_alpha1.ebuild b/kde-base/kdeadmin/kdeadmin-3.1_alpha1.ebuild index 9767d816960e..143221d0f884 100644 --- a/kde-base/kdeadmin/kdeadmin-3.1_alpha1.ebuild +++ b/kde-base/kdeadmin/kdeadmin-3.1_alpha1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-3.1_alpha1.ebuild,v 1.2 2002/07/12 23:06:26 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-3.1_alpha1.ebuild,v 1.3 2002/07/13 20:32:20 danarmak Exp $ inherit kde-dist DESCRIPTION="${DESCRIPTION}Administration" @@ -10,6 +10,6 @@ newdepend ">=app-arch/rpm-4.0.4-r1 pam? ( >=sys-libs/pam-0.72 )" use pam && myconf="$myconf --with-pam" || myconf="$myconf --without-pam --with-shadow" -myconf="$myconf --with-rpm" +myconf="$myconf --without-rpm" # add: nis support |