diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-06-16 20:37:44 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-06-16 20:37:44 +0000 |
commit | db1246a213d59af60c694217f57578bb9f1370ec (patch) | |
tree | dcc2a62fd2f7724c92e8b52f107b748081de978d /media-sound | |
parent | Stable on hppa (Manifest recommit) (diff) | |
download | gentoo-2-db1246a213d59af60c694217f57578bb9f1370ec.tar.gz gentoo-2-db1246a213d59af60c694217f57578bb9f1370ec.tar.bz2 gentoo-2-db1246a213d59af60c694217f57578bb9f1370ec.zip |
Fix for hppa & stable
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mpg123/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/mpg123/mpg123-0.59s-r3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-sound/mpg123/ChangeLog b/media-sound/mpg123/ChangeLog index 93396dc4947e..ddc849b74a86 100644 --- a/media-sound/mpg123/ChangeLog +++ b/media-sound/mpg123/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mpg123 # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/ChangeLog,v 1.43 2004/06/06 20:58:10 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/ChangeLog,v 1.44 2004/06/16 20:37:44 gustavoz Exp $ + + 16 Jun 2004; Gustavo Zacarias <gustavoz@gentoo.org> mpg123-0.59s-r3.ebuild: + Fix for hppa & stable 06 Jun 2004; Jason Wever <weeve@gentoo.org> mpg123-0.59s-r3.ebuild: Stable on sparc. diff --git a/media-sound/mpg123/mpg123-0.59s-r3.ebuild b/media-sound/mpg123/mpg123-0.59s-r3.ebuild index 6ab42f7a322e..0be870ea3ea5 100644 --- a/media-sound/mpg123/mpg123-0.59s-r3.ebuild +++ b/media-sound/mpg123/mpg123-0.59s-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-0.59s-r3.ebuild,v 1.8 2004/06/06 20:58:10 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-0.59s-r3.ebuild,v 1.9 2004/06/16 20:37:44 gustavoz Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://www.mpg123.de/mpg123/${PN}-pre${PV}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ~ia64 ~amd64 ~ppc sparc ~alpha ~hppa ~mips" +KEYWORDS="x86 ~ia64 ~amd64 ~ppc sparc ~alpha hppa ~mips" RDEPEND="virtual/glibc esd? ( media-sound/esound ) @@ -103,7 +103,7 @@ src_compile() { [ -z "${styles}" ] && styles="-generic" ;; - mips) + mips|hppa) # use alsa && styles="${styles} -mips-alsa" [ -z "${styles}" ] && styles="-generic" |