diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 18:46:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 18:46:28 +0000 |
commit | 215ee572a0b55d9751bc29a9642596561ffc98c5 (patch) | |
tree | 2f999576a4fbdf35b11d42bf1d19d76466969024 /dev-libs/syncdir | |
parent | Added KEYWORDS, removed old version. (diff) | |
download | historical-215ee572a0b55d9751bc29a9642596561ffc98c5.tar.gz historical-215ee572a0b55d9751bc29a9642596561ffc98c5.tar.bz2 historical-215ee572a0b55d9751bc29a9642596561ffc98c5.zip |
repoman'd
Diffstat (limited to 'dev-libs/syncdir')
-rw-r--r-- | dev-libs/syncdir/syncdir-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/syncdir/syncdir-1.0.ebuild b/dev-libs/syncdir/syncdir-1.0.ebuild index 5b7daca498a7..6b91898a198f 100644 --- a/dev-libs/syncdir/syncdir-1.0.ebuild +++ b/dev-libs/syncdir/syncdir-1.0.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/syncdir/syncdir-1.0.ebuild,v 1.1 2002/07/15 02:10:19 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/syncdir/syncdir-1.0.ebuild,v 1.2 2002/08/01 18:46:28 seemant Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Provides an alternate implementation for open, link, rename, and unlink " HOMEPAGE="http://untroubled.org/syncdir" SRC_URI="http://untroubled.org/syncdir/${P}.tar.gz" -LICENSE="GPL-2" + SLOT="0" +LICENSE="GPL-2" KEYWORDS="x86" RDEPEND="virtual/glibc" -DEPEND="${RDEPEND}" src_compile() { emake || die "compile problem" |