diff options
Diffstat (limited to 'app-cdr/cdemud/cdemud-1.0.0.ebuild')
-rw-r--r-- | app-cdr/cdemud/cdemud-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/cdemud/cdemud-1.0.0.ebuild b/app-cdr/cdemud/cdemud-1.0.0.ebuild index d292beef5e07..7078f4be2719 100644 --- a/app-cdr/cdemud/cdemud-1.0.0.ebuild +++ b/app-cdr/cdemud/cdemud-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemud/cdemud-1.0.0.ebuild,v 1.2 2008/06/06 07:48:08 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemud/cdemud-1.0.0.ebuild,v 1.3 2008/06/26 13:28:58 coldwind Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/cdemu/cdemu-daemon-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" IUSE="alsa" S="${WORKDIR}/cdemu-daemon-${PV}" |