diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-11-13 11:36:59 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-11-13 11:36:59 +0000 |
commit | 6837ae08e088aa7dca2fc149d399d0027ee0230b (patch) | |
tree | 8889c963a4200bc17e71f7223f08967214e187e2 /net-print/cups/cups-1.4.8-r21.ebuild | |
parent | Revert useless and weird commit. (diff) | |
download | historical-6837ae08e088aa7dca2fc149d399d0027ee0230b.tar.gz historical-6837ae08e088aa7dca2fc149d399d0027ee0230b.tar.bz2 historical-6837ae08e088aa7dca2fc149d399d0027ee0230b.zip |
Corrected Slotting of media-libs/tiff and media-libs/libpng
Package-Manager: portage-2.2.0_alpha74/cvs/Linux x86_64
Diffstat (limited to 'net-print/cups/cups-1.4.8-r21.ebuild')
-rw-r--r-- | net-print/cups/cups-1.4.8-r21.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-print/cups/cups-1.4.8-r21.ebuild b/net-print/cups/cups-1.4.8-r21.ebuild index 2450a6f07ba5..9d2398361f8d 100644 --- a/net-print/cups/cups-1.4.8-r21.ebuild +++ b/net-print/cups/cups-1.4.8-r21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.4.8-r21.ebuild,v 1.2 2011/08/27 10:46:02 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.4.8-r21.ebuild,v 1.3 2011/11/13 11:36:59 jlec Exp $ EAPI=3 @@ -40,7 +40,7 @@ RDEPEND=" pam? ( virtual/pam ) perl? ( dev-lang/perl ) php? ( dev-lang/php ) - png? ( >=media-libs/libpng-1.4.3 ) + png? ( >=media-libs/libpng-1.4.3:0 ) slp? ( >=net-libs/openslp-1.0.4 ) ssl? ( gnutls? ( @@ -49,7 +49,7 @@ RDEPEND=" ) !gnutls? ( >=dev-libs/openssl-0.9.8g ) ) - tiff? ( >=media-libs/tiff-3.5.5 ) + tiff? ( >=media-libs/tiff-3.5.5:0 ) usb? ( virtual/libusb:0 ) X? ( x11-misc/xdg-utils ) xinetd? ( sys-apps/xinetd ) |