diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-08-31 14:18:04 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-08-31 14:18:04 +0000 |
commit | ad0596c83ccdfad92d9262990faf35fc09a1f3ec (patch) | |
tree | ee1d70de72392fc248fbf963416e9b4ff1ae87c4 /app-cdr | |
parent | Stable on sparc (diff) | |
download | gentoo-2-ad0596c83ccdfad92d9262990faf35fc09a1f3ec.tar.gz gentoo-2-ad0596c83ccdfad92d9262990faf35fc09a1f3ec.tar.bz2 gentoo-2-ad0596c83ccdfad92d9262990faf35fc09a1f3ec.zip |
Fixing Keywords from the last commit
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/burncenter/ChangeLog | 5 | ||||
-rw-r--r-- | app-cdr/burncenter/burncenter-3.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-cdr/burncenter/ChangeLog b/app-cdr/burncenter/ChangeLog index e186bcb2e820..38e605d7733c 100644 --- a/app-cdr/burncenter/ChangeLog +++ b/app-cdr/burncenter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-cdr/burncenter # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/burncenter/ChangeLog,v 1.10 2005/08/30 21:48:09 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/burncenter/ChangeLog,v 1.11 2005/08/31 14:18:04 metalgod Exp $ + + 31 Aug 2005; Luis Medinas <metalgod@gentoo.org> burncenter-3.2.1.ebuild: + Fixing Keywords from the last commit *burncenter-3.2.1 (30 Aug 2005) diff --git a/app-cdr/burncenter/burncenter-3.2.1.ebuild b/app-cdr/burncenter/burncenter-3.2.1.ebuild index c8c2afb4eb60..a1f8bae80072 100644 --- a/app-cdr/burncenter/burncenter-3.2.1.ebuild +++ b/app-cdr/burncenter/burncenter-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/burncenter/burncenter-3.2.1.ebuild,v 1.1 2005/08/30 21:48:09 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/burncenter/burncenter-3.2.1.ebuild,v 1.2 2005/08/31 14:18:04 metalgod Exp $ DESCRIPTION="A Perl module and a collection of easy-to-use text based interfaces to the UNIX CD burning tools" HOMEPAGE="http://alx14.free.fr/burncenter/" @@ -8,7 +8,7 @@ SRC_URI="http://alx14.free.fr/burncenter/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="oggvorbis" DEPEND="dev-lang/perl" |