diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-02 14:32:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-02 14:32:32 +0000 |
commit | 4c8a9338b0ac6c4453e25fe1430cfa73ebeeb739 (patch) | |
tree | 20922a63536507e1c24c7e92b731e3c2f33b1aa7 /media-libs/sdl-gfx | |
parent | use dosed (diff) | |
download | gentoo-2-4c8a9338b0ac6c4453e25fe1430cfa73ebeeb739.tar.gz gentoo-2-4c8a9338b0ac6c4453e25fe1430cfa73ebeeb739.tar.bz2 gentoo-2-4c8a9338b0ac6c4453e25fe1430cfa73ebeeb739.zip |
move to stable
Diffstat (limited to 'media-libs/sdl-gfx')
-rw-r--r-- | media-libs/sdl-gfx/sdl-gfx-2.0.10.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/sdl-gfx/sdl-gfx-2.0.10.ebuild b/media-libs/sdl-gfx/sdl-gfx-2.0.10.ebuild index 77920d71fa22..fe9ea0a39658 100644 --- a/media-libs/sdl-gfx/sdl-gfx-2.0.10.ebuild +++ b/media-libs/sdl-gfx/sdl-gfx-2.0.10.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-gfx/sdl-gfx-2.0.10.ebuild,v 1.5 2004/01/29 09:33:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.10.ebuild,v 1.6 2004/03/02 14:32:32 vapier Exp $ inherit flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/${MY_P}.tar.gz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha hppa ~amd64" +KEYWORDS="x86 ppc sparc alpha hppa amd64" IUSE="mmx" DEPEND=">=media-libs/libsdl-1.2" @@ -34,7 +34,7 @@ src_compile() { } src_install() { - einstall || die - dodoc AUTHORS ChangeLog README || die "dodoc failed" - dohtml -r Docs/* || die "dohtml failed" + einstall || die + dodoc AUTHORS ChangeLog README + dohtml -r Docs/* } |