diff options
author | 2004-03-23 19:03:19 +0000 | |
---|---|---|
committer | 2004-03-23 19:03:19 +0000 | |
commit | 4b469be70dc2a7e4ba1a983cf0afb2a93b653850 (patch) | |
tree | 338629feae12b813c601de9c718ff81e7151d9b1 /dev-libs/libowfat/libowfat-0.10.ebuild | |
parent | Fixed install location of init script. (Manifest recommit) (diff) | |
download | gentoo-2-4b469be70dc2a7e4ba1a983cf0afb2a93b653850.tar.gz gentoo-2-4b469be70dc2a7e4ba1a983cf0afb2a93b653850.tar.bz2 gentoo-2-4b469be70dc2a7e4ba1a983cf0afb2a93b653850.zip |
QA - removed surperflous S assignment. Added missing IUSE. Marked stable on x86 and sparc (0.15,0.16). ppc still marked due to dietlib being masked.
Diffstat (limited to 'dev-libs/libowfat/libowfat-0.10.ebuild')
-rw-r--r-- | dev-libs/libowfat/libowfat-0.10.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-libs/libowfat/libowfat-0.10.ebuild b/dev-libs/libowfat/libowfat-0.10.ebuild index 2cb0ad84a2cd..b76e19318dba 100644 --- a/dev-libs/libowfat/libowfat-0.10.ebuild +++ b/dev-libs/libowfat/libowfat-0.10.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/libowfat-0.10.ebuild,v 1.9 2004/02/22 20:05:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/libowfat-0.10.ebuild,v 1.10 2004/03/23 19:03:19 dragonheart Exp $ -S=${WORKDIR}/${P} DESCRIPTION="reimplement libdjb - excellent libraries from Dan Bernstein." SRC_URI="http://www.fefe.de/libowfat/${P}.tar.bz2" HOMEPAGE="http://www.fefe.de/libowfat/" @@ -10,7 +9,7 @@ HOMEPAGE="http://www.fefe.de/libowfat/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc" - +IUSE="" DEPEND=">=dev-libs/dietlibc-0.16" src_unpack() { |