diff options
-rw-r--r-- | app-cdr/cdemu-daemon/ChangeLog | 5 | ||||
-rw-r--r-- | app-cdr/cdemu-daemon/cdemu-daemon-2.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-cdr/cdemu-daemon/ChangeLog b/app-cdr/cdemu-daemon/ChangeLog index 8eebf84f02e9..679a2491f9f7 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu-daemon/ChangeLog,v 1.9 2014/01/19 17:23:54 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu-daemon/ChangeLog,v 1.10 2014/01/26 11:38:03 ago Exp $ + + 26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> cdemu-daemon-2.1.1.ebuild: + Stable for x86, wrt bug #494802 19 Jan 2014; Pacho Ramos <pacho@gentoo.org> cdemu-daemon-2.1.1.ebuild: amd64 stable, bug 494802 diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-2.1.1.ebuild b/app-cdr/cdemu-daemon/cdemu-daemon-2.1.1.ebuild index 95a2b0672f3a..565837cc1da9 100644 --- a/app-cdr/cdemu-daemon/cdemu-daemon-2.1.1.ebuild +++ b/app-cdr/cdemu-daemon/cdemu-daemon-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.1.1.ebuild,v 1.2 2014/01/19 17:23:54 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu-daemon/cdemu-daemon-2.1.1.ebuild,v 1.3 2014/01/26 11:38:03 ago Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0/6" # subslot = CDEMU_DAEMON_INTERFACE_VERSION in CMakeLists.txt -KEYWORDS="amd64 ~hppa ~x86" +KEYWORDS="amd64 ~hppa x86" IUSE="" RDEPEND=">=dev-libs/glib-2.32:2 |