diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-28 06:45:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-28 06:45:41 +0000 |
commit | 1cdd64a190fb22bff9ca5cfc33f76e391df7e7a5 (patch) | |
tree | 27317e07f1d11639427c9f93b0232728954bacbd | |
parent | inherit eutils for epatch (Manifest recommit) (diff) | |
download | gentoo-2-1cdd64a190fb22bff9ca5cfc33f76e391df7e7a5.tar.gz gentoo-2-1cdd64a190fb22bff9ca5cfc33f76e391df7e7a5.tar.bz2 gentoo-2-1cdd64a190fb22bff9ca5cfc33f76e391df7e7a5.zip |
IUSE
-rw-r--r-- | media-libs/sdl-ttf/sdl-ttf-2.0.6.ebuild | 3 | ||||
-rw-r--r-- | media-video/binkplayer/binkplayer-1.6b.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/media-libs/sdl-ttf/sdl-ttf-2.0.6.ebuild b/media-libs/sdl-ttf/sdl-ttf-2.0.6.ebuild index d7f7764cecff..0e8ad5ecc921 100644 --- a/media-libs/sdl-ttf/sdl-ttf-2.0.6.ebuild +++ b/media-libs/sdl-ttf/sdl-ttf-2.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.6.ebuild,v 1.8 2004/01/29 08:55:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.6.ebuild,v 1.9 2004/03/28 06:45:07 mr_bones_ Exp $ MY_P="${P/sdl-/SDL_}" S=${WORKDIR}/${MY_P} @@ -11,6 +11,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_ttf/release/${MY_P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa amd64" +IUSE="" DEPEND=">=media-libs/libsdl-1.2.4 >=media-libs/freetype-2.0.1" diff --git a/media-video/binkplayer/binkplayer-1.6b.ebuild b/media-video/binkplayer/binkplayer-1.6b.ebuild index f7a1d726de58..3a0aacb66e27 100644 --- a/media-video/binkplayer/binkplayer-1.6b.ebuild +++ b/media-video/binkplayer/binkplayer-1.6b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.6b.ebuild,v 1.2 2004/02/27 19:11:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.6b.ebuild,v 1.3 2004/03/28 06:45:41 mr_bones_ Exp $ DESCRIPTION="Bink Video! Player" HOMEPAGE="http://www.radgametools.com/default.htm" @@ -17,6 +17,7 @@ RDEPEND="virtual/glibc LICENSE="as-is" SLOT="0" KEYWORDS="-* x86" +IUSE="" S="${WORKDIR}" |