diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-10 09:57:27 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-10 09:57:27 +0000 |
commit | 0b0af6ea52f8b84ab6cf688f360da723d394106e (patch) | |
tree | 145228e72e9e07a119339f098993608c1a670d70 /net-print/cups-windows | |
parent | alpha/sparc stable wrt #231450 (diff) | |
download | gentoo-2-0b0af6ea52f8b84ab6cf688f360da723d394106e.tar.gz gentoo-2-0b0af6ea52f8b84ab6cf688f360da723d394106e.tar.bz2 gentoo-2-0b0af6ea52f8b84ab6cf688f360da723d394106e.zip |
Fix build dependencies (cups-config is needed for proper install).
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'net-print/cups-windows')
-rw-r--r-- | net-print/cups-windows/ChangeLog | 8 | ||||
-rw-r--r-- | net-print/cups-windows/cups-windows-6.0.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-print/cups-windows/ChangeLog b/net-print/cups-windows/ChangeLog index 2c9e6025097a..a1a2cca57cc2 100644 --- a/net-print/cups-windows/ChangeLog +++ b/net-print/cups-windows/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/cups-windows -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups-windows/ChangeLog,v 1.1 2007/06/05 05:24:12 vapier Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/cups-windows/ChangeLog,v 1.2 2008/10/10 09:57:27 flameeyes Exp $ + + 10 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> + cups-windows-6.0.ebuild: + Fix build dependencies (cups-config is needed for proper install). *cups-windows-6.0 (05 Jun 2007) diff --git a/net-print/cups-windows/cups-windows-6.0.ebuild b/net-print/cups-windows/cups-windows-6.0.ebuild index 3b552fe4bde4..66444eb8f567 100644 --- a/net-print/cups-windows/cups-windows-6.0.ebuild +++ b/net-print/cups-windows/cups-windows-6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups-windows/cups-windows-6.0.ebuild,v 1.2 2007/07/07 07:24:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups-windows/cups-windows-6.0.ebuild,v 1.3 2008/10/10 09:57:27 flameeyes Exp $ DESCRIPTION="CUPS PostScript Driver for Windows" HOMEPAGE="http://cups.org/windows/" @@ -12,6 +12,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86- IUSE="" RDEPEND=">=net-print/cups-1.2" +DEPEND="${RDEPEND}" src_install() { emake install BUILDROOT="${D}" || die |