diff options
author | Kito Danya Dietrich <kito@gentoo.org> | 2004-11-24 19:32:39 +0000 |
---|---|---|
committer | Kito Danya Dietrich <kito@gentoo.org> | 2004-11-24 19:32:39 +0000 |
commit | 138189587b79a3ab6e95feba934131e6506ded8a (patch) | |
tree | 6e1cd4da0785ab68472730876ce42acd7248ace5 /app-cdr/ccd2iso/ccd2iso-0.1.ebuild | |
parent | Version bump. (diff) | |
download | historical-138189587b79a3ab6e95feba934131e6506ded8a.tar.gz historical-138189587b79a3ab6e95feba934131e6506ded8a.tar.bz2 historical-138189587b79a3ab6e95feba934131e6506ded8a.zip |
added ~ppc-macos closes Bug 71935
Diffstat (limited to 'app-cdr/ccd2iso/ccd2iso-0.1.ebuild')
-rw-r--r-- | app-cdr/ccd2iso/ccd2iso-0.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-cdr/ccd2iso/ccd2iso-0.1.ebuild b/app-cdr/ccd2iso/ccd2iso-0.1.ebuild index c772be94ef41..18ee98c9c424 100644 --- a/app-cdr/ccd2iso/ccd2iso-0.1.ebuild +++ b/app-cdr/ccd2iso/ccd2iso-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/ccd2iso/ccd2iso-0.1.ebuild,v 1.8 2004/11/22 21:28:46 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/ccd2iso/ccd2iso-0.1.ebuild,v 1.9 2004/11/24 19:32:39 kito Exp $ DESCRIPTION="Converts CloneCD images (popular under Windows) to ISOs" HOMEPAGE="http://sourceforge.net/projects/ccd2iso/" @@ -8,7 +8,9 @@ SRC_URI="mirror://sourceforge/ccd2iso/${PN}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~amd64" + +KEYWORDS="x86 ppc ~amd64 ~ppc-macos" + IUSE="" DEPEND="virtual/libc" |