summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-05-17 16:34:18 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-05-17 16:34:18 +0000
commitbf536e595f5c7b60772f04d91dcd1f05bd694e81 (patch)
tree0e04a63479392cc3f1f73c28cd9b397d612745ce /media-libs
parentUnmask Blender >=2.57 (diff)
downloadgentoo-2-bf536e595f5c7b60772f04d91dcd1f05bd694e81.tar.gz
gentoo-2-bf536e595f5c7b60772f04d91dcd1f05bd694e81.tar.bz2
gentoo-2-bf536e595f5c7b60772f04d91dcd1f05bd694e81.zip
inherit eutils for epatch
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/sdl-ttf/sdl-ttf-2.0.10.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/sdl-ttf/sdl-ttf-2.0.10.ebuild b/media-libs/sdl-ttf/sdl-ttf-2.0.10.ebuild
index 3325248c6e6f..12c981546a47 100644
--- a/media-libs/sdl-ttf/sdl-ttf-2.0.10.ebuild
+++ b/media-libs/sdl-ttf/sdl-ttf-2.0.10.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.10.ebuild,v 1.8 2011/05/17 15:34:04 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.10.ebuild,v 1.9 2011/05/17 16:34:18 mr_bones_ Exp $
+
EAPI=2
-inherit autotools
+inherit autotools eutils
MY_P="${P/sdl-/SDL_}"
DESCRIPTION="library that allows you to use TrueType fonts in SDL applications"