diff options
author | Mark Guertin <gerk@gentoo.org> | 2002-11-28 17:10:02 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2002-11-28 17:10:02 +0000 |
commit | d6ee1e6caa599f75ee28b78d3b7890f70c04e25e (patch) | |
tree | db7e45cc43b911144bf272e53d3813a13516c865 /app-cdr | |
parent | added ~ppc to keywords (diff) | |
download | historical-d6ee1e6caa599f75ee28b78d3b7890f70c04e25e.tar.gz historical-d6ee1e6caa599f75ee28b78d3b7890f70c04e25e.tar.bz2 historical-d6ee1e6caa599f75ee28b78d3b7890f70c04e25e.zip |
changed keywords from * to x86 ppc
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/xcdroast/ChangeLog | 3 | ||||
-rw-r--r-- | app-cdr/xcdroast/xcdroast-0.98_alpha10-r2.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/app-cdr/xcdroast/ChangeLog b/app-cdr/xcdroast/ChangeLog index 221752c1c249..cfaf71f6bcea 100644 --- a/app-cdr/xcdroast/ChangeLog +++ b/app-cdr/xcdroast/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL # /space/gentoo/cvsroot/gentoo-x86/app-cdr/xcdroast/ChangeLog,v 1.7 2002/06/05 02:39:55 lostlogic Exp + Nov 28 2002; Mark Guertin <gerk@gentoo.org> xcdroast-0.98_alpha-r2.ebuild: + set x86 and ppc in keywords, was set to * + *xcdroast-0.98_alpha10 (16 Jun 2002) 21 Oct 2002; Arcady Genkin <agenkin@gentoo.org> xcdroast-0.98_alpha10-r2 : diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha10-r2.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha10-r2.ebuild index f1c330691b29..4441c038ba22 100644 --- a/app-cdr/xcdroast/xcdroast-0.98_alpha10-r2.ebuild +++ b/app-cdr/xcdroast/xcdroast-0.98_alpha10-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha10-r2.ebuild,v 1.7 2002/10/21 13:57:19 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha10-r2.ebuild,v 1.8 2002/11/28 17:10:02 gerk Exp $ S=${WORKDIR}/xcdroast-0.98alpha10 DESCRIPTION="Menu based front-end to mkisofs and cdrecord" SRC_URI="http://www.xcdroast.org/download/${PN}-0.98alpha10.tar.gz" HOMEPAGE="http://www.xcdroast.org/" SLOT="0" -KEYWORDS="*" +KEYWORDS="x86 ppc" LICENSE="GPL-2" # WARNING: cdrtools and mkisofs versions hard coded, see below |