summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-02-22 22:50:16 +0000
committerPacho Ramos <pacho@gentoo.org>2014-02-22 22:50:16 +0000
commite7d81284c4ace19ad5ff995265b7a7262a53119e (patch)
tree6417c8c253412ce53b49d3b4c6c1c401438e21cc /x11-misc
parentFix wrong commit, bug 502160 (diff)
downloadgentoo-2-e7d81284c4ace19ad5ff995265b7a7262a53119e.tar.gz
gentoo-2-e7d81284c4ace19ad5ff995265b7a7262a53119e.tar.bz2
gentoo-2-e7d81284c4ace19ad5ff995265b7a7262a53119e.zip
Fix wrong commit, bug 502160
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/colord/ChangeLog5
-rw-r--r--x11-misc/colord/colord-1.0.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/colord/ChangeLog b/x11-misc/colord/ChangeLog
index 13c4e70b6500..98265b837ab2 100644
--- a/x11-misc/colord/ChangeLog
+++ b/x11-misc/colord/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/colord
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/ChangeLog,v 1.70 2014/02/22 16:01:44 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/ChangeLog,v 1.71 2014/02/22 22:50:16 pacho Exp $
+
+ 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> colord-1.0.3.ebuild:
+ Fix wrong commit, bug 502160
22 Feb 2014; Pacho Ramos <pacho@gentoo.org> colord-1.0.3.ebuild:
arch stable, bug 888
diff --git a/x11-misc/colord/colord-1.0.3.ebuild b/x11-misc/colord/colord-1.0.3.ebuild
index ae977a79e75c..87ef89c42a13 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-2014 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.6 2014/02/22 16:01:44 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-1.0.3.ebuild,v 1.7 2014/02/22 22:50:16 pacho Exp $
EAPI="5"
VALA_MIN_API_VERSION="0.18"
@@ -14,7 +14,7 @@ SRC_URI="http://www.freedesktop.org/software/colord/releases/${P}.tar.xz"
LICENSE="GPL-2+"
SLOT="0/1" # subslot = libcolord soname version
-KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
+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 )