diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-07-22 01:39:12 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-07-22 01:39:12 +0000 |
commit | 6d4139f6ad27326963ea2a5c99c8e7daae0877b4 (patch) | |
tree | 528167d21483ca2b1b01581000453bdb74ddb422 /app-cdr/gcombust | |
parent | add slot and keywords (diff) | |
download | historical-6d4139f6ad27326963ea2a5c99c8e7daae0877b4.tar.gz historical-6d4139f6ad27326963ea2a5c99c8e7daae0877b4.tar.bz2 historical-6d4139f6ad27326963ea2a5c99c8e7daae0877b4.zip |
repoman, sparc and ppc guys need to hit this dir too :)
Diffstat (limited to 'app-cdr/gcombust')
-rw-r--r-- | app-cdr/gcombust/gcombust-0.1.52.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-cdr/gcombust/gcombust-0.1.52.ebuild b/app-cdr/gcombust/gcombust-0.1.52.ebuild index edda847787df..28ea811bc7b7 100644 --- a/app-cdr/gcombust/gcombust-0.1.52.ebuild +++ b/app-cdr/gcombust/gcombust-0.1.52.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcombust/gcombust-0.1.52.ebuild,v 1.1 2002/07/08 15:32:28 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcombust/gcombust-0.1.52.ebuild,v 1.2 2002/07/22 01:39:12 lostlogic Exp $ DESCRIPTION="A GUI for mkisofs/mkhybrid/cdda2wav/cdrecord/cdlabelgen" HOMEPAGE="http://www.abo.fi/~jmunsin/gcombust/" @@ -12,6 +12,7 @@ SLOT="0" LICENSE="GPL-2" SRC_URI="http://www.abo.fi/~jmunsin/gcombust/${P}.tar.gz" S=${WORKDIR}/${P} +KEYWORDS="x86" src_compile() { local myopts |