diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-06-19 01:37:59 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-06-19 01:37:59 +0000 |
commit | eb7d5b6b5a0596a910d58d2cf9b09a8044f42df4 (patch) | |
tree | d54e7bd5f2ca9720065561a94d95590dbdace343 /media-libs/libsdl | |
parent | Initial version. (diff) | |
download | gentoo-2-eb7d5b6b5a0596a910d58d2cf9b09a8044f42df4.tar.gz gentoo-2-eb7d5b6b5a0596a910d58d2cf9b09a8044f42df4.tar.bz2 gentoo-2-eb7d5b6b5a0596a910d58d2cf9b09a8044f42df4.zip |
Stable on amd64 wrt bug 182505
(Portage version: 2.1.3_rc4)
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.11-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog index 6ee01e388f14..1345128dd3ae 100644 --- a/media-libs/libsdl/ChangeLog +++ b/media-libs/libsdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsdl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.130 2007/06/02 16:25:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.131 2007/06/19 01:37:59 angelos Exp $ + + 19 Jun 2007; Christoph Mende <angelos@gentoo.org> libsdl-1.2.11-r2.ebuild: + Stable on amd64 wrt bug 182505 02 Jun 2007; Jeroen Roovers <jer@gentoo.org> libsdl-1.2.11-r2.ebuild: Stable for HPPA : the unrevised 1.2.11 does not build because of sanitised diff --git a/media-libs/libsdl/libsdl-1.2.11-r2.ebuild b/media-libs/libsdl/libsdl-1.2.11-r2.ebuild index e758b83a6536..8daab6ad59d0 100644 --- a/media-libs/libsdl/libsdl-1.2.11-r2.ebuild +++ b/media-libs/libsdl/libsdl-1.2.11-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r2.ebuild,v 1.5 2007/06/02 16:25:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r2.ebuild,v 1.6 2007/06/19 01:37:59 angelos Exp $ inherit flag-o-matic toolchain-funcs eutils libtool @@ -10,7 +10,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 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ia64 mips ~ppc ~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 |