summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2010-09-03 17:14:39 +0000
committerTristan Heaven <nyhm@gentoo.org>2010-09-03 17:14:39 +0000
commit23166f26a2f40543caff10489946ffbb98e081ac (patch)
treef8972399832b24a53f1ecbdb04350ba706e8f475 /media-libs
parentinherit games last (diff)
downloadgentoo-2-23166f26a2f40543caff10489946ffbb98e081ac.tar.gz
gentoo-2-23166f26a2f40543caff10489946ffbb98e081ac.tar.bz2
gentoo-2-23166f26a2f40543caff10489946ffbb98e081ac.zip
inherit multilib for get_libdir
(Portage version: 2.2_rc74/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/sdl-gfx/sdl-gfx-2.0.21.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/sdl-gfx/sdl-gfx-2.0.21.ebuild b/media-libs/sdl-gfx/sdl-gfx-2.0.21.ebuild
index 6f658026ba9d..f0fbc8e3c717 100644
--- a/media-libs/sdl-gfx/sdl-gfx-2.0.21.ebuild
+++ b/media-libs/sdl-gfx/sdl-gfx-2.0.21.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.21.ebuild,v 1.5 2010/07/24 16:52:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.21.ebuild,v 1.6 2010/09/03 17:14:39 nyhm Exp $
EAPI=2
-inherit autotools
+inherit autotools multilib
MY_P="${P/sdl-/SDL_}"
DESCRIPTION="Graphics drawing primitives library for SDL"