summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-02-14 19:55:21 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-02-14 19:55:21 +0000
commit7919f9f3c1cb22ac2d3903d8af085577253435b1 (patch)
tree70ac0dda3ee76e88ba8caa868866c10691fe2b94 /media-gfx/sane-backends
parentApply patches, fix bug 294738 and move binaries to libexec (diff)
downloadgentoo-2-7919f9f3c1cb22ac2d3903d8af085577253435b1.tar.gz
gentoo-2-7919f9f3c1cb22ac2d3903d8af085577253435b1.tar.bz2
gentoo-2-7919f9f3c1cb22ac2d3903d8af085577253435b1.zip
Fix USE v4l depends so that linux-headers isn't a runtime depend anymore. Also USE v4l is now masked on ia64/sparc so drop the hack from deps.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/sane-backends')
-rw-r--r--media-gfx/sane-backends/ChangeLog7
-rw-r--r--media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild12
2 files changed, 9 insertions, 10 deletions
diff --git a/media-gfx/sane-backends/ChangeLog b/media-gfx/sane-backends/ChangeLog
index 6fa3fd61e8c1..63d6d003bff2 100644
--- a/media-gfx/sane-backends/ChangeLog
+++ b/media-gfx/sane-backends/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/sane-backends
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v 1.167 2010/02/14 19:41:41 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v 1.168 2010/02/14 19:55:21 ssuominen Exp $
+
+ 14 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
+ sane-backends-1.0.20-r3.ebuild:
+ Fix USE v4l depends so that linux-headers isn't a runtime depend anymore.
+ Also USE v4l is now masked on ia64/sparc so drop the hack from deps.
14 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
sane-backends-1.0.20-r3.ebuild:
diff --git a/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild b/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild
index f176637b06b2..71669e18d3d3 100644
--- a/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild
+++ b/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.20-r3.ebuild,v 1.2 2010/02/14 19:41:41 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild,v 1.3 2010/02/14 19:55:21 ssuominen Exp $
EAPI="1"
@@ -108,16 +108,10 @@ RDEPEND="
media-libs/libgphoto2
>=media-libs/jpeg-6b
)
- v4l? ( sys-kernel/linux-headers
- arm? ( media-libs/libv4l )
- alpha? ( media-libs/libv4l )
- amd64? ( media-libs/libv4l )
- ppc? ( media-libs/libv4l )
- ppc64? ( media-libs/libv4l )
- x86? ( media-libs/libv4l )
- )"
+ v4l? ( media-libs/libv4l )"
DEPEND="${RDEPEND}
+ v4l? ( sys-kernel/linux-headers )
doc? (
virtual/latex-base
|| ( dev-texlive/texlive-latexextra app-text/tetex app-text/ptex )