summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2006-07-12 22:05:09 +0000
committerAron Griffis <agriffis@gentoo.org>2006-07-12 22:05:09 +0000
commit44df458fd2c0e6004dbfc9df4536e8d61bc94520 (patch)
treed521b61d736453128d6680b502c428ba444e6b57 /media-sound/alsaplayer
parentMark 7.0.4 stable on ia64 (diff)
downloadgentoo-2-44df458fd2c0e6004dbfc9df4536e8d61bc94520.tar.gz
gentoo-2-44df458fd2c0e6004dbfc9df4536e8d61bc94520.tar.bz2
gentoo-2-44df458fd2c0e6004dbfc9df4536e8d61bc94520.zip
Mark 0.99.76-r3 stable on ia64. Remove 0.99.76-r2. #125479
(Portage version: 2.1-r1)
Diffstat (limited to 'media-sound/alsaplayer')
-rw-r--r--media-sound/alsaplayer/ChangeLog6
-rw-r--r--media-sound/alsaplayer/alsaplayer-0.99.76-r3.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/alsaplayer/ChangeLog b/media-sound/alsaplayer/ChangeLog
index 26383b0b5148..a59c0fc1eff0 100644
--- a/media-sound/alsaplayer/ChangeLog
+++ b/media-sound/alsaplayer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/alsaplayer
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsaplayer/ChangeLog,v 1.48 2006/07/09 17:33:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsaplayer/ChangeLog,v 1.49 2006/07/12 22:05:09 agriffis Exp $
+
+ 12 Jul 2006; Aron Griffis <agriffis@gentoo.org>
+ -alsaplayer-0.99.76-r2.ebuild, alsaplayer-0.99.76-r3.ebuild:
+ Mark 0.99.76-r3 stable on ia64. Remove 0.99.76-r2. #125479
09 Jul 2006; Diego Pettenò <flameeyes@gentoo.org>
+files/alsaplayer-0.99.76-cxxflags.patch, alsaplayer-0.99.76-r3.ebuild:
diff --git a/media-sound/alsaplayer/alsaplayer-0.99.76-r3.ebuild b/media-sound/alsaplayer/alsaplayer-0.99.76-r3.ebuild
index d4e4bd27061f..12ae252dc83e 100644
--- a/media-sound/alsaplayer/alsaplayer-0.99.76-r3.ebuild
+++ b/media-sound/alsaplayer/alsaplayer-0.99.76-r3.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-sound/alsaplayer/alsaplayer-0.99.76-r3.ebuild,v 1.5 2006/07/09 17:33:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsaplayer/alsaplayer-0.99.76-r3.ebuild,v 1.6 2006/07/12 22:05:09 agriffis Exp $
inherit eutils autotools
@@ -10,7 +10,7 @@ SRC_URI="http://www.alsaplayer.org/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~ia64 ~mips ppc ~sparc x86"
+KEYWORDS="alpha amd64 ia64 ~mips ppc ~sparc x86"
IUSE="alsa audiofile doc esd flac jack mikmod nas nls ogg opengl oss vorbis xosd"
RDEPEND=">=dev-libs/glib-1.2.10