diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-08 00:19:15 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-08 00:19:15 +0000 |
commit | becd4a9a6ef7f7e719176b4591f2e58c732f62fc (patch) | |
tree | 78f71adc8e717583db68afdbd66636759befafbb /media-libs/libsdl | |
parent | Fix dep for 1.5.4 (twisted-2). (diff) | |
download | gentoo-2-becd4a9a6ef7f7e719176b4591f2e58c732f62fc.tar.gz gentoo-2-becd4a9a6ef7f7e719176b4591f2e58c732f62fc.tar.bz2 gentoo-2-becd4a9a6ef7f7e719176b4591f2e58c732f62fc.zip |
Add ~x86-fbsd keyword after adding elibtoolize call.
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.9-r1.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog index 7f3eee684616..95b23f852e47 100644 --- a/media-libs/libsdl/ChangeLog +++ b/media-libs/libsdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsdl # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.98 2006/03/29 01:12:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.99 2006/04/08 00:19:15 flameeyes Exp $ + + 08 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> libsdl-1.2.9-r1.ebuild: + Add ~x86-fbsd keyword after adding elibtoolize call. 29 Mar 2006; Aron Griffis <agriffis@gentoo.org> libsdl-1.2.9-r1.ebuild: Mark 1.2.9-r1 stable on ia64 diff --git a/media-libs/libsdl/libsdl-1.2.9-r1.ebuild b/media-libs/libsdl/libsdl-1.2.9-r1.ebuild index c36bb17d3daa..c8bf2fb24ed1 100644 --- a/media-libs/libsdl/libsdl-1.2.9-r1.ebuild +++ b/media-libs/libsdl/libsdl-1.2.9-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.9-r1.ebuild,v 1.11 2006/03/29 01:12:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.9-r1.ebuild,v 1.12 2006/04/08 00:19:15 flameeyes Exp $ -inherit flag-o-matic toolchain-funcs eutils +inherit flag-o-matic toolchain-funcs eutils libtool DESCRIPTION="Simple Direct Media Layer" HOMEPAGE="http://www.libsdl.org/" @@ -10,7 +10,7 @@ SRC_URI="http://www.libsdl.org/release/SDL-${PV}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ppc-macos ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ppc-macos ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" # WARNING: # if you have the noaudio, novideo, nojoystick, or noflagstrip use flags # in USE and something breaks, you pick up the pieces. Be prepared for @@ -93,6 +93,7 @@ src_unpack() { epatch "${FILESDIR}"/${P}-endian-cvs-updates.patch ./autogen.sh || die "autogen failed" + elibtoolize epunt_cxx } |