diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 23:02:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 23:02:21 +0000 |
commit | d289f86b97af9aa994ed2fb9877615d0c6eeb093 (patch) | |
tree | 403d17a0d4e31d666fd71dfa40e7cb07cc88127c /app-admin/sus | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-d289f86b97af9aa994ed2fb9877615d0c6eeb093.tar.gz gentoo-2-d289f86b97af9aa994ed2fb9877615d0c6eeb093.tar.bz2 gentoo-2-d289f86b97af9aa994ed2fb9877615d0c6eeb093.zip |
use virtual/libc
Diffstat (limited to 'app-admin/sus')
-rw-r--r-- | app-admin/sus/sus-2.0.2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-admin/sus/sus-2.0.2.ebuild b/app-admin/sus/sus-2.0.2.ebuild index 8fffbe0293dd..f1f1b091ab35 100644 --- a/app-admin/sus/sus-2.0.2.ebuild +++ b/app-admin/sus/sus-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/sus/sus-2.0.2.ebuild,v 1.6 2004/06/24 21:38:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/sus/sus-2.0.2.ebuild,v 1.7 2004/06/25 23:00:43 vapier Exp $ inherit gcc @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ~sparc mips" IUSE="pam" -DEPEND="virtual/glibc +DEPEND="virtual/libc pam? ( >=sys-libs/pam-0.73-r1 )" src_compile() { @@ -44,9 +44,7 @@ src_install() { } pkg_postinst() { - einfo "" einfo "A default configuration file has been installed as" einfo "/etc/susers.cpp. It is best to read over it and" einfo "make any changes as necessary." - einfo "" } |