diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-09 12:51:14 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-09 12:51:14 +0000 |
commit | 94d12a270d56b834680d9c20c39731a16bafc480 (patch) | |
tree | 3f457a6bda75410fdb11e2b1e9bec935f9ae7823 /sys-libs/pwdb | |
parent | Removed stray digests (diff) | |
download | historical-94d12a270d56b834680d9c20c39731a16bafc480.tar.gz historical-94d12a270d56b834680d9c20c39731a16bafc480.tar.bz2 historical-94d12a270d56b834680d9c20c39731a16bafc480.zip |
Added LICENSE, KEYWORDS and SLOT tags
Diffstat (limited to 'sys-libs/pwdb')
-rw-r--r-- | sys-libs/pwdb/pwdb-0.61-r3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-libs/pwdb/pwdb-0.61-r3.ebuild b/sys-libs/pwdb/pwdb-0.61-r3.ebuild index 558ccdbf79ba..4d59fac8b67c 100644 --- a/sys-libs/pwdb/pwdb-0.61-r3.ebuild +++ b/sys-libs/pwdb/pwdb-0.61-r3.ebuild @@ -2,13 +2,15 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: System Team <system@gentoo.org> # Author: Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.61-r3.ebuild,v 1.8 2002/07/07 13:00:35 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.61-r3.ebuild,v 1.9 2002/07/09 12:51:12 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Password database" SRC_URI="ftp://gentoolinux.sourceforge.net/pub/gentoolinux/current/distfiles/${P}.tar.gz" DEPEND="virtual/glibc" LICENSE="PWDB" +KEYWORDS="x86" +SLOT="0" src_unpack () { mkdir ${S} |