diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-02-12 01:23:19 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-02-12 01:23:19 +0000 |
commit | 7778bb1389b0d6b36d42e9ec94d901096dc96bba (patch) | |
tree | e92304a0598b92ab384f52ea81a87cf2b963191e /app-cdr/cdrdao | |
parent | fixed a small typo (diff) | |
download | historical-7778bb1389b0d6b36d42e9ec94d901096dc96bba.tar.gz historical-7778bb1389b0d6b36d42e9ec94d901096dc96bba.tar.bz2 historical-7778bb1389b0d6b36d42e9ec94d901096dc96bba.zip |
added SLOTS
Diffstat (limited to 'app-cdr/cdrdao')
-rw-r--r-- | app-cdr/cdrdao/cdrdao-1.1.5-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-cdr/cdrdao/cdrdao-1.1.5-r1.ebuild b/app-cdr/cdrdao/cdrdao-1.1.5-r1.ebuild index 899af6452ff5..38c4abdffc2f 100644 --- a/app-cdr/cdrdao/cdrdao-1.1.5-r1.ebuild +++ b/app-cdr/cdrdao/cdrdao-1.1.5-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later +# Copyright 1999 - 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 # Author: Peter Kadau <peter.kadau@web.de> -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.1.5-r1.ebuild,v 1.3 2001/11/11 23:54:17 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.1.5-r1.ebuild,v 1.4 2002/02/12 01:23:18 verwilst Exp $ S=${WORKDIR}/cdrdao-1.1.5 DESCRIPTION="Burn CDs in disk-at-once mode -- with optional GUI frontend" SRC_URI="http://download.sourceforge.net/${PN}/${P}.src.tar.gz" HOMEPAGE="http://cdrdao.sourceforge.net/" - +SLOT="0" RDEPEND="gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 >=x11-libs/gtkmm-1.2.5-r1 >=gnome-extra/gnomemm-1.1.17 )" |