diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-06-12 17:46:14 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-06-12 17:46:14 +0000 |
commit | 2a11dac8346709a22b4307ef75e70d562f2c9938 (patch) | |
tree | 878025a3c48bd541b2809cc50d1151b07f59e868 /media-libs/libsdl | |
parent | Stable on hppa (diff) | |
download | historical-2a11dac8346709a22b4307ef75e70d562f2c9938.tar.gz historical-2a11dac8346709a22b4307ef75e70d562f2c9938.tar.bz2 historical-2a11dac8346709a22b4307ef75e70d562f2c9938.zip |
Stable on alpha.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog index 7125df13b2ea..6269241ce971 100644 --- a/media-libs/libsdl/ChangeLog +++ b/media-libs/libsdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsdl # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.82 2005/06/11 06:00:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.83 2005/06/12 17:46:14 kloeri Exp $ + + 12 Jun 2005; Bryan Østergaard <kloeri@gentoo.org> libsdl-1.2.8-r1.ebuild: + Stable on alpha. 11 Jun 2005; Michael Sterrett <mr_bones_@gentoo.org> libsdl-1.2.8-r1.ebuild: diff --git a/media-libs/libsdl/libsdl-1.2.8-r1.ebuild b/media-libs/libsdl/libsdl-1.2.8-r1.ebuild index 15203c6e4850..f3898ebae064 100644 --- a/media-libs/libsdl/libsdl-1.2.8-r1.ebuild +++ b/media-libs/libsdl/libsdl-1.2.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.8-r1.ebuild,v 1.16 2005/06/11 06:00:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.8-r1.ebuild,v 1.17 2005/06/12 17:46:14 kloeri Exp $ inherit flag-o-matic toolchain-funcs eutils gnuconfig @@ -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 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 sparc x86" # 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 |