diff options
author | 2005-05-30 07:11:35 +0000 | |
---|---|---|
committer | 2005-05-30 07:11:35 +0000 | |
commit | 68872fd83450f1ba6e375db92a649914d92305be (patch) | |
tree | 14d5e7e3a139a32d6a6497bd2ce889c90d7c20d3 /media-gfx/sane-backends/sane-backends-1.0.15-r1.ebuild | |
parent | fix tv fonts build (diff) | |
download | historical-68872fd83450f1ba6e375db92a649914d92305be.tar.gz historical-68872fd83450f1ba6e375db92a649914d92305be.tar.bz2 historical-68872fd83450f1ba6e375db92a649914d92305be.zip |
Fixing wrong gphoto instead of libgphoto dependency
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-gfx/sane-backends/sane-backends-1.0.15-r1.ebuild')
-rw-r--r-- | media-gfx/sane-backends/sane-backends-1.0.15-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/sane-backends/sane-backends-1.0.15-r1.ebuild b/media-gfx/sane-backends/sane-backends-1.0.15-r1.ebuild index 6279395be450..9af28c222804 100644 --- a/media-gfx/sane-backends/sane-backends-1.0.15-r1.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.0.15-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.15-r1.ebuild,v 1.2 2005/05/10 21:25:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.15-r1.ebuild,v 1.3 2005/05/30 07:11:35 phosphan Exp $ inherit eutils @@ -13,7 +13,7 @@ DEPEND=">=media-libs/jpeg-6b x86? ( sys-libs/libieee1284 ) =sys-apps/sed-4* usb? ( dev-libs/libusb ) - gphoto2? ( media-gfx/gphoto2 )" + gphoto2? ( media-libs/libgphoto2 )" BROTHERMFCDRIVER="sane-backends-1.0.15-brothermfc.patch" |