summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2013-09-08 19:50:07 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2013-09-08 19:50:07 +0000
commit04019485b34fb9b3e27c5fb694cc91ce8805b1c6 (patch)
tree9555c60bf9966fe4c328d62db51c2edf25dcd6df /x11-misc/colord
parentAdd ~arm keyword (diff)
downloadgentoo-2-04019485b34fb9b3e27c5fb694cc91ce8805b1c6.tar.gz
gentoo-2-04019485b34fb9b3e27c5fb694cc91ce8805b1c6.tar.bz2
gentoo-2-04019485b34fb9b3e27c5fb694cc91ce8805b1c6.zip
USE=gusb requires USE=udev (bug #482276, thanks to Cengiz Gunay).
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'x11-misc/colord')
-rw-r--r--x11-misc/colord/ChangeLog7
-rw-r--r--x11-misc/colord/colord-0.1.28.ebuild6
-rw-r--r--x11-misc/colord/colord-0.1.31.ebuild3
-rw-r--r--x11-misc/colord/colord-0.1.34.ebuild3
-rw-r--r--x11-misc/colord/colord-1.0.3.ebuild3
5 files changed, 16 insertions, 6 deletions
diff --git a/x11-misc/colord/ChangeLog b/x11-misc/colord/ChangeLog
index 40e27ad5b82d..2602f0cd8ac5 100644
--- a/x11-misc/colord/ChangeLog
+++ b/x11-misc/colord/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/colord
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/ChangeLog,v 1.65 2013/08/25 16:44:30 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/ChangeLog,v 1.66 2013/09/08 19:50:07 tetromino Exp $
+
+ 08 Sep 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
+ colord-0.1.28.ebuild, colord-0.1.31.ebuild, colord-0.1.34.ebuild,
+ colord-1.0.3.ebuild:
+ USE=gusb requires USE=udev (bug #482276, thanks to Cengiz Gunay).
*colord-1.0.3 (25 Aug 2013)
diff --git a/x11-misc/colord/colord-0.1.28.ebuild b/x11-misc/colord/colord-0.1.28.ebuild
index a47046863d43..ba4cf994959f 100644
--- a/x11-misc/colord/colord-0.1.28.ebuild
+++ b/x11-misc/colord/colord-0.1.28.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-0.1.28.ebuild,v 1.8 2013/04/01 17:56:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-0.1.28.ebuild,v 1.9 2013/09/08 19:50:07 tetromino Exp $
EAPI="5"
VALA_MIN_API_VERSION="0.18"
@@ -16,7 +16,9 @@ LICENSE="GPL-2+"
SLOT="0/1" # subslot = libcolord soname version
KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
IUSE="doc examples extra-print-profiles +gusb +introspection systemd +udev vala"
-REQUIRED_USE="vala? ( introspection )"
+REQUIRED_USE="
+ gusb? ( udev )
+ vala? ( introspection )"
COMMON_DEPEND="
dev-db/sqlite:3=
diff --git a/x11-misc/colord/colord-0.1.31.ebuild b/x11-misc/colord/colord-0.1.31.ebuild
index 3bf6dbb481e7..714a6be4ae42 100644
--- a/x11-misc/colord/colord-0.1.31.ebuild
+++ b/x11-misc/colord/colord-0.1.31.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-0.1.31.ebuild,v 1.2 2013/06/30 20:19:31 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-0.1.31.ebuild,v 1.3 2013/09/08 19:50:07 tetromino Exp $
EAPI="5"
VALA_MIN_API_VERSION="0.18"
@@ -17,6 +17,7 @@ SLOT="0/1" # subslot = libcolord soname version
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="examples extra-print-profiles +gusb +introspection scanner systemd +udev vala"
REQUIRED_USE="
+ gusb? ( udev )
scanner? ( udev )
vala? ( introspection )"
diff --git a/x11-misc/colord/colord-0.1.34.ebuild b/x11-misc/colord/colord-0.1.34.ebuild
index 5b3fb921f6d8..d1686b51c2cf 100644
--- a/x11-misc/colord/colord-0.1.34.ebuild
+++ b/x11-misc/colord/colord-0.1.34.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-0.1.34.ebuild,v 1.1 2013/06/30 20:43:37 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-0.1.34.ebuild,v 1.2 2013/09/08 19:50:07 tetromino Exp $
EAPI="5"
VALA_MIN_API_VERSION="0.18"
@@ -17,6 +17,7 @@ SLOT="0/1" # subslot = libcolord soname version
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="examples extra-print-profiles +gusb +introspection scanner systemd +udev vala"
REQUIRED_USE="
+ gusb? ( udev )
scanner? ( udev )
vala? ( introspection )"
diff --git a/x11-misc/colord/colord-1.0.3.ebuild b/x11-misc/colord/colord-1.0.3.ebuild
index 034250490a47..0a0b244e60d1 100644
--- a/x11-misc/colord/colord-1.0.3.ebuild
+++ b/x11-misc/colord/colord-1.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-1.0.3.ebuild,v 1.1 2013/08/25 16:44:30 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-1.0.3.ebuild,v 1.2 2013/09/08 19:50:07 tetromino Exp $
EAPI="5"
VALA_MIN_API_VERSION="0.18"
@@ -17,6 +17,7 @@ SLOT="0/1" # subslot = libcolord soname version
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="examples extra-print-profiles +gusb +introspection scanner systemd +udev vala"
REQUIRED_USE="
+ gusb? ( udev )
scanner? ( udev )
vala? ( introspection )"