diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:45:39 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:45:39 +0000 |
commit | 62f7297b44a3c6ae8a8cf07629478560c7ba6d7f (patch) | |
tree | fdf16d1c93cbbc0316a0f24d5a471463e61899f6 /sys-apps/ucspi-unix/ucspi-unix-0.36-r1.ebuild | |
parent | sync IUSE (missing), trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-62f7297b44a3c6ae8a8cf07629478560c7ba6d7f.tar.gz gentoo-2-62f7297b44a3c6ae8a8cf07629478560c7ba6d7f.tar.bz2 gentoo-2-62f7297b44a3c6ae8a8cf07629478560c7ba6d7f.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-apps/ucspi-unix/ucspi-unix-0.36-r1.ebuild')
-rw-r--r-- | sys-apps/ucspi-unix/ucspi-unix-0.36-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/ucspi-unix/ucspi-unix-0.36-r1.ebuild b/sys-apps/ucspi-unix/ucspi-unix-0.36-r1.ebuild index 07fa8ccabbaf..6b0257b7dee3 100644 --- a/sys-apps/ucspi-unix/ucspi-unix-0.36-r1.ebuild +++ b/sys-apps/ucspi-unix/ucspi-unix-0.36-r1.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-unix/ucspi-unix-0.36-r1.ebuild,v 1.3 2004/06/24 22:31:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-unix/ucspi-unix-0.36-r1.ebuild,v 1.4 2004/07/15 02:45:25 agriffis Exp $ inherit eutils -S=${WORKDIR}/${P} DESCRIPTION="A ucspi implementation for unix sockets." SRC_URI="http://untroubled.org/ucspi-unix/${P}.tar.gz" DEPEND=">=dev-libs/bglibs-1.009-r1" HOMEPAGE="http://untroubled.org/ucspi-unix/" KEYWORDS="x86 amd64 ~sparc" +IUSE="" SLOT="0" LICENSE="GPL-2" |