diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-07-12 06:47:49 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-07-12 06:47:49 +0000 |
commit | e827483949ad5312bc8dd9e39d8ea0e7ec77e55d (patch) | |
tree | 914f76cf48555f00f0706a2ed0f976036aa7cdb8 /media-libs | |
parent | sci-mathematics/topcom: Version Bump, fix compilation with gcc-4.7, #426214 (diff) | |
download | gentoo-2-e827483949ad5312bc8dd9e39d8ea0e7ec77e55d.tar.gz gentoo-2-e827483949ad5312bc8dd9e39d8ea0e7ec77e55d.tar.bz2 gentoo-2-e827483949ad5312bc8dd9e39d8ea0e7ec77e55d.zip |
marked x86 per bug 425900
(Portage version: 2.2.0_alpha116/cvs/Linux i686)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsdl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.15-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog index b843f5c77f3d..59788587d4a6 100644 --- a/media-libs/libsdl/ChangeLog +++ b/media-libs/libsdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsdl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.191 2012/06/07 21:55:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.192 2012/07/12 06:47:49 jdhore Exp $ + + 12 Jul 2012; Jeff Horelick <jdhore@gentoo.org> libsdl-1.2.15-r2.ebuild: + marked x86 per bug 425900 07 Jun 2012; Michael Sterrett <mr_bones_@gentoo.org> libsdl-1.2.15-r2.ebuild: use prune_libtool_files instead of rolling our own diff --git a/media-libs/libsdl/libsdl-1.2.15-r2.ebuild b/media-libs/libsdl/libsdl-1.2.15-r2.ebuild index ae73660ce516..17d5404155f7 100644 --- a/media-libs/libsdl/libsdl-1.2.15-r2.ebuild +++ b/media-libs/libsdl/libsdl-1.2.15-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r2.ebuild,v 1.2 2012/06/07 21:55:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r2.ebuild,v 1.3 2012/07/12 06:47:49 jdhore Exp $ EAPI=2 inherit flag-o-matic multilib toolchain-funcs eutils libtool @@ -11,7 +11,7 @@ SRC_URI="http://www.libsdl.org/release/SDL-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" # WARNING: # If you turn on the custom-cflags use flag in USE and something breaks, # you pick up the pieces. Be prepared for bug reports to be marked INVALID. |