diff options
-rw-r--r-- | app-cdr/cdemu-daemon/ChangeLog | 5 | ||||
-rw-r--r-- | app-cdr/cdemu-daemon/cdemu-daemon-2.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-cdr/cdemu-daemon/ChangeLog b/app-cdr/cdemu-daemon/ChangeLog index 14ff2477f3cb..58e635a9ab6d 100644 --- a/app-cdr/cdemu-daemon/ChangeLog +++ b/app-cdr/cdemu-daemon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-cdr/cdemu-daemon # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu-daemon/ChangeLog,v 1.3 2013/06/25 16:49:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu-daemon/ChangeLog,v 1.4 2013/06/25 16:56:09 ago Exp $ + + 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> cdemu-daemon-2.0.0.ebuild: + Stable for amd64, wrt bug #473538 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> cdemu-daemon-2.0.0.ebuild: Stable for x86, wrt bug #473538 diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-2.0.0.ebuild b/app-cdr/cdemu-daemon/cdemu-daemon-2.0.0.ebuild index 8617af118cff..c583cd60251b 100644 --- a/app-cdr/cdemu-daemon/cdemu-daemon-2.0.0.ebuild +++ b/app-cdr/cdemu-daemon/cdemu-daemon-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu-daemon/cdemu-daemon-2.0.0.ebuild,v 1.2 2013/06/25 16:49:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu-daemon/cdemu-daemon-2.0.0.ebuild,v 1.3 2013/06/25 16:56:09 ago Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0/4" # subslot = CDEMU_DAEMON_INTERFACE_VERSION in CMakeLists.txt -KEYWORDS="~amd64 ~hppa x86" +KEYWORDS="amd64 ~hppa x86" IUSE="pulseaudio" RDEPEND=">=dev-libs/glib-2.26:2 |