diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-11 19:45:14 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-11 19:45:14 +0000 |
commit | d73ca16ca121895fa34ec7f733942fddf6cd5092 (patch) | |
tree | ea084b89706fb711cde66f04fb8b73d526caef56 /media-libs/sdl-mixer | |
parent | Version bump. (diff) | |
download | historical-d73ca16ca121895fa34ec7f733942fddf6cd5092.tar.gz historical-d73ca16ca121895fa34ec7f733942fddf6cd5092.tar.bz2 historical-d73ca16ca121895fa34ec7f733942fddf6cd5092.zip |
Add ~x86-fbsd keyword.
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'media-libs/sdl-mixer')
-rw-r--r-- | media-libs/sdl-mixer/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/sdl-mixer/sdl-mixer-1.2.6-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/sdl-mixer/ChangeLog b/media-libs/sdl-mixer/ChangeLog index c403453919d5..2339bd4feeab 100644 --- a/media-libs/sdl-mixer/ChangeLog +++ b/media-libs/sdl-mixer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/sdl-mixer # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.38 2006/04/03 00:02:09 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.39 2006/04/11 19:45:13 flameeyes Exp $ + + 11 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> + sdl-mixer-1.2.6-r1.ebuild: + Add ~x86-fbsd keyword. 03 Apr 2006; Thomas Cort <tcort@gentoo.org> sdl-mixer-1.2.6-r1.ebuild: Stable on alpha wrt bug #125673. Tested by Mike Hlavac diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.6-r1.ebuild b/media-libs/sdl-mixer/sdl-mixer-1.2.6-r1.ebuild index 5a57181d74d1..9ec882a1f727 100644 --- a/media-libs/sdl-mixer/sdl-mixer-1.2.6-r1.ebuild +++ b/media-libs/sdl-mixer/sdl-mixer-1.2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.6-r1.ebuild,v 1.12 2006/04/03 00:02:09 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.6-r1.ebuild,v 1.13 2006/04/11 19:45:14 flameeyes Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/${MY_P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="mp3 mikmod timidity vorbis" DEPEND=">=media-libs/libsdl-1.2.5 |