diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:48:57 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:48:57 +0000 |
commit | 6cdf83ad556c2709f36e6a4d000ca10360bb3614 (patch) | |
tree | 96f7864296b8d7bdb9ebef09336e9057cc84615c /sys-apps/tcb | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-6cdf83ad556c2709f36e6a4d000ca10360bb3614.tar.gz historical-6cdf83ad556c2709f36e6a4d000ca10360bb3614.tar.bz2 historical-6cdf83ad556c2709f36e6a4d000ca10360bb3614.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-apps/tcb')
-rw-r--r-- | sys-apps/tcb/tcb-0.9.8.7.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/tcb/tcb-0.9.8.7.ebuild b/sys-apps/tcb/tcb-0.9.8.7.ebuild index fa224966190a..7a0328139597 100644 --- a/sys-apps/tcb/tcb-0.9.8.7.ebuild +++ b/sys-apps/tcb/tcb-0.9.8.7.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcb/tcb-0.9.8.7.ebuild,v 1.2 2004/06/24 22:28:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcb/tcb-0.9.8.7.ebuild,v 1.3 2004/07/15 02:38:42 agriffis Exp $ inherit eutils -S=${WORKDIR}/${P} - DESCRIPTION="Libraries and tools implementing the tcb password shadowing scheme." SRC_URI="ftp://ftp.openwall.com/pub/projects/tcb/${P}.tar.gz" HOMEPAGE="http://www.openwall.com" @@ -14,6 +12,7 @@ LICENSE="GPL-2" DEPEND=">=sys-libs/pam-0.75" SLOT="0" KEYWORDS="x86 amd64" +IUSE="" pkg_setup() { # might want to add these into baselayout eventually... |