summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-03-15 18:26:19 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-03-15 18:26:19 +0000
commita373097b08a157ec7d89a7aba3ba08afce562b32 (patch)
treedd41271316e46723d8f30051a38a2aafecce60ce /media-libs/sdl-image
parentdon't use dlopen to open libraries but instead link against them. (diff)
downloadgentoo-2-a373097b08a157ec7d89a7aba3ba08afce562b32.tar.gz
gentoo-2-a373097b08a157ec7d89a7aba3ba08afce562b32.tar.bz2
gentoo-2-a373097b08a157ec7d89a7aba3ba08afce562b32.zip
no need to inherit autotools now
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'media-libs/sdl-image')
-rw-r--r--media-libs/sdl-image/sdl-image-1.2.10-r1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/media-libs/sdl-image/sdl-image-1.2.10-r1.ebuild b/media-libs/sdl-image/sdl-image-1.2.10-r1.ebuild
index 241c9dbc2845..83738420f1e1 100644
--- a/media-libs/sdl-image/sdl-image-1.2.10-r1.ebuild
+++ b/media-libs/sdl-image/sdl-image-1.2.10-r1.ebuild
@@ -1,10 +1,8 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.10-r1.ebuild,v 1.2 2010/03/15 18:24:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.10-r1.ebuild,v 1.3 2010/03/15 18:26:19 mr_bones_ Exp $
EAPI=2
-inherit autotools
-
MY_P="${P/sdl-/SDL_}"
DESCRIPTION="image file loading library"
HOMEPAGE="http://www.libsdl.org/projects/SDL_image/"