summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2003-04-01 23:59:59 +0000
committerLars Weiler <pylon@gentoo.org>2003-04-01 23:59:59 +0000
commit2c9ad36b87d3b514d9283ce1181b6a04001baa35 (patch)
tree65f3012f9fd5750c804f0ccd3c31aa4d70097f82 /app-cdr
parentlimit pam-login to <=3.7 (diff)
downloadhistorical-2c9ad36b87d3b514d9283ce1181b6a04001baa35.tar.gz
historical-2c9ad36b87d3b514d9283ce1181b6a04001baa35.tar.bz2
historical-2c9ad36b87d3b514d9283ce1181b6a04001baa35.zip
set ppc
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/xcdroast/ChangeLog3
-rw-r--r--app-cdr/xcdroast/xcdroast-0.98_alpha13.ebuild4
2 files changed, 5 insertions, 2 deletions
diff --git a/app-cdr/xcdroast/ChangeLog b/app-cdr/xcdroast/ChangeLog
index c765d9493ca7..b1b1357c073b 100644
--- a/app-cdr/xcdroast/ChangeLog
+++ b/app-cdr/xcdroast/ChangeLog
@@ -4,6 +4,9 @@
*xcdroast-0.98_alpha13 (04 Jan 2003)
+ 02 Apr 2003; Lars Weiler <pylon@gentoo.org> xcdroast-0.98_alpha13.ebuild:
+ Set ppc in KEYWORDS
+
13 Feb 2003; Yannick Koehler <ykoehler@gentoo.org> xcdroast-0.98_alpha13.ebuild :
Added 'nls' USE flag to IUSE.
diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha13.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha13.ebuild
index 948bdbd92725..3fbe2fb68f37 100644
--- a/app-cdr/xcdroast/xcdroast-0.98_alpha13.ebuild
+++ b/app-cdr/xcdroast/xcdroast-0.98_alpha13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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_alpha13.ebuild,v 1.4 2003/02/13 19:20:06 ykoehler Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha13.ebuild,v 1.5 2003/04/01 23:59:59 pylon Exp $
S=${WORKDIR}/${P/_/}
DESCRIPTION="Menu based front-end to mkisofs and cdrecord"
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/xcdroast/${P/_/}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~x86 ppc"
IUSE="nls"
DEPEND="=x11-libs/gtk+-1.2*