diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-12-23 21:35:16 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-12-23 21:35:16 +0000 |
commit | 1c972c5365a6e0773d3bf96d3a5145d0c6bf8853 (patch) | |
tree | 250ee40fe0f6b1aed3b6c863e308f78dac7811e8 /net-print/kups | |
parent | tiny bootstrap update to be super-sure bootstrap works. (diff) | |
download | gentoo-2-1c972c5365a6e0773d3bf96d3a5145d0c6bf8853.tar.gz gentoo-2-1c972c5365a6e0773d3bf96d3a5145d0c6bf8853.tar.bz2 gentoo-2-1c972c5365a6e0773d3bf96d3a5145d0c6bf8853.zip |
eclasses v5 and ebuilds to match :-) see the gentoo-dev message; do not edit any inheriting ebuilds
before reading the changelog.
Diffstat (limited to 'net-print/kups')
-rw-r--r-- | net-print/kups/kups-1.0-r1.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-print/kups/kups-1.0-r1.ebuild b/net-print/kups/kups-1.0-r1.ebuild index ceadba68f5b5..b70d3ee01f2e 100644 --- a/net-print/kups/kups-1.0-r1.ebuild +++ b/net-print/kups/kups-1.0-r1.ebuild @@ -1,20 +1,17 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/net-print/kups/kups-1.0-r1.ebuild,v 1.2 2001/11/16 12:50:42 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/kups/kups-1.0-r1.ebuild,v 1.3 2001/12/23 21:35:16 danarmak Exp $ . /usr/portage/eclass/inherit.eclass || die inherit kde-base || die -need-kdelibs 2.1.1 +need-kde 2.1.1 DESCRIPTION="A CUPS front-end for KDE" SRC_URI="ftp://cups.sourceforge.net/pub/cups/kups/${P}.tar.gz" HOMEPAGE="http://cups.sourceforge.net/kups/" -DEPEND="$DEPEND - >=net-print/qtcups-2.0" -RDEPEND="$RDEPEND - >=net-print/qtcups-2.0" +newdepend ">=net-print/qtcups-2.0" src_compile() { |