diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:20:05 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:20:05 +0000 |
commit | f69e6fbefff77c18e4883a33c2f24cd5f08435b4 (patch) | |
tree | 0e2ff451dd6d92c3ba18625f2011052cd6f5814a /media-libs/ofbis | |
parent | sync IUSE (+3dnow, +mmx, +sse), trim trailing whitespace (diff) | |
download | historical-f69e6fbefff77c18e4883a33c2f24cd5f08435b4.tar.gz historical-f69e6fbefff77c18e4883a33c2f24cd5f08435b4.tar.bz2 historical-f69e6fbefff77c18e4883a33c2f24cd5f08435b4.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'media-libs/ofbis')
-rw-r--r-- | media-libs/ofbis/ofbis-0.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/ofbis/ofbis-0.1.1.ebuild b/media-libs/ofbis/ofbis-0.1.1.ebuild index 219c0fed28d4..8e83f2cf196d 100644 --- a/media-libs/ofbis/ofbis-0.1.1.ebuild +++ b/media-libs/ofbis/ofbis-0.1.1.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ofbis/ofbis-0.1.1.ebuild,v 1.11 2004/07/01 08:02:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ofbis/ofbis-0.1.1.ebuild,v 1.12 2004/07/14 20:20:05 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Framebuffer graphical library" SRC_URI="ftp://ftp.nocrew.org/pub/osis/ofbis/${P}.tar.gz" HOMEPAGE="http://www.nocrew.org/pub/ofbis" @@ -10,6 +9,7 @@ HOMEPAGE="http://www.nocrew.org/pub/ofbis" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc " +IUSE="" DEPEND="virtual/libc" |