diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-08-01 19:53:07 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-08-01 19:53:07 +0000 |
commit | a3db915bf7711853e0752642afb819d3886378ef (patch) | |
tree | f07c0487af86ebadebb6fad7596d794b2cb1cdcd /app-emacs/mpg123-el | |
parent | Restrict ant-core dependency to 1.7*, fixes bug 330735 (diff) | |
download | gentoo-2-a3db915bf7711853e0752642afb819d3886378ef.tar.gz gentoo-2-a3db915bf7711853e0752642afb819d3886378ef.tar.bz2 gentoo-2-a3db915bf7711853e0752642afb819d3886378ef.zip |
add media-sound/alsa-utils to dependencies, thanks to phajdan.jr for spotting in bug 330317
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-emacs/mpg123-el')
-rw-r--r-- | app-emacs/mpg123-el/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/mpg123-el/mpg123-el-1.52.ebuild | 3 | ||||
-rw-r--r-- | app-emacs/mpg123-el/mpg123-el-1.55.ebuild | 3 |
3 files changed, 10 insertions, 3 deletions
diff --git a/app-emacs/mpg123-el/ChangeLog b/app-emacs/mpg123-el/ChangeLog index b598fb92af00..5cd695a990df 100644 --- a/app-emacs/mpg123-el/ChangeLog +++ b/app-emacs/mpg123-el/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/mpg123-el # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.27 2010/07/31 22:40:24 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.28 2010/08/01 19:53:07 fauli Exp $ + + 01 Aug 2010; Christian Faulhammer <fauli@gentoo.org> + mpg123-el-1.52.ebuild, mpg123-el-1.55.ebuild: + add media-sound/alsa-utils to dependencies, thanks to phajdan.jr for + spotting in bug 330317 31 Jul 2010; Markos Chandras <hwoarang@gentoo.org> mpg123-el-1.55.ebuild: Stable on amd64 wrt bug #330317 diff --git a/app-emacs/mpg123-el/mpg123-el-1.52.ebuild b/app-emacs/mpg123-el/mpg123-el-1.52.ebuild index ef2ab08de46c..d907c0add093 100644 --- a/app-emacs/mpg123-el/mpg123-el-1.52.ebuild +++ b/app-emacs/mpg123-el/mpg123-el-1.52.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/mpg123-el-1.52.ebuild,v 1.4 2010/01/13 20:39:44 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/mpg123-el-1.52.ebuild,v 1.5 2010/08/01 19:53:07 fauli Exp $ inherit elisp toolchain-funcs @@ -16,6 +16,7 @@ IUSE="vorbis" DEPEND="" RDEPEND="media-sound/mpg123 media-sound/aumix + media-sound/alsa-utils vorbis? ( media-sound/vorbis-tools )" SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/mpg123-el/mpg123-el-1.55.ebuild b/app-emacs/mpg123-el/mpg123-el-1.55.ebuild index 036783f4d6cf..683e1dbb1ef1 100644 --- a/app-emacs/mpg123-el/mpg123-el-1.55.ebuild +++ b/app-emacs/mpg123-el/mpg123-el-1.55.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/mpg123-el-1.55.ebuild,v 1.2 2010/07/31 22:40:24 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/mpg123-el-1.55.ebuild,v 1.3 2010/08/01 19:53:07 fauli Exp $ inherit elisp toolchain-funcs @@ -16,6 +16,7 @@ IUSE="vorbis" DEPEND="" RDEPEND="media-sound/mpg123 media-sound/aumix + media-sound/alsa-utils vorbis? ( media-sound/vorbis-tools )" SITEFILE="50${PN}-gentoo.el" |