summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-06-26 13:28:58 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-06-26 13:28:58 +0000
commit3ada2ce570ea5f8eec14d380d11d3a349a2a5587 (patch)
treef49e6e463cb3f6355763f173247d149a0cd3cc2e /app-cdr
parentAdd ~amd64 keyword wrt bug #198672 (diff)
downloadgentoo-2-3ada2ce570ea5f8eec14d380d11d3a349a2a5587.tar.gz
gentoo-2-3ada2ce570ea5f8eec14d380d11d3a349a2a5587.tar.bz2
gentoo-2-3ada2ce570ea5f8eec14d380d11d3a349a2a5587.zip
Add ~amd64 keyword wrt bug #198672
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r3 x86_64)
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/cdemud/ChangeLog5
-rw-r--r--app-cdr/cdemud/cdemud-1.0.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-cdr/cdemud/ChangeLog b/app-cdr/cdemud/ChangeLog
index d78b07dd7897..1418294ff6f3 100644
--- a/app-cdr/cdemud/ChangeLog
+++ b/app-cdr/cdemud/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-cdr/cdemud
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemud/ChangeLog,v 1.2 2008/06/06 07:48:08 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemud/ChangeLog,v 1.3 2008/06/26 13:28:58 coldwind Exp $
+
+ 26 Jun 2008; Santiago M. Mola <coldwind@gentoo.org> cdemud-1.0.0.ebuild:
+ Add ~amd64 keyword wrt bug #198672
06 Jun 2008; Christian Faulhammer <opfer@gentoo.org> cdemud-1.0.0.ebuild:
stable x86, bug 224825
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}"