diff options
author | 2002-03-18 20:18:32 +0000 | |
---|---|---|
committer | 2002-03-18 20:18:32 +0000 | |
commit | 6865af0e8da04e1a674a1d49d5234c44c5cc5505 (patch) | |
tree | 62bce456cccff43c27fc3d3d808a1713a83829e6 /app-admin/sudo | |
parent | made portage dep conditional on "build" (diff) | |
download | historical-6865af0e8da04e1a674a1d49d5234c44c5cc5505.tar.gz historical-6865af0e8da04e1a674a1d49d5234c44c5cc5505.tar.bz2 historical-6865af0e8da04e1a674a1d49d5234c44c5cc5505.zip |
various build updates
Diffstat (limited to 'app-admin/sudo')
-rw-r--r-- | app-admin/sudo/sudo-1.6.5_p2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-admin/sudo/sudo-1.6.5_p2.ebuild b/app-admin/sudo/sudo-1.6.5_p2.ebuild index 88426d94878a..c7d5dc138acc 100644 --- a/app-admin/sudo/sudo-1.6.5_p2.ebuild +++ b/app-admin/sudo/sudo-1.6.5_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.6.5_p2.ebuild,v 1.2 2002/03/10 11:49:24 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.6.5_p2.ebuild,v 1.3 2002/03/18 20:18:32 drobbins Exp $ NP=sudo-1.6.5p2 S=${WORKDIR}/${NP} @@ -28,4 +28,3 @@ src_install () { insinto /etc/pam.d doins ${FILESDIR}/sudo } - |