summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-04-07 09:22:49 +0000
committerPacho Ramos <pacho@gentoo.org>2013-04-07 09:22:49 +0000
commit79d494cd7de45a9b18ad4a2720bed7b8e23f4912 (patch)
tree618b31be240c6a35bcf6f88c5fc16043c85e3096 /gnome-extra
parentFix optional patch (#464346 by poncho), this also solves bugs #463858 and #46... (diff)
downloadgentoo-2-79d494cd7de45a9b18ad4a2720bed7b8e23f4912.tar.gz
gentoo-2-79d494cd7de45a9b18ad4a2720bed7b8e23f4912.tar.bz2
gentoo-2-79d494cd7de45a9b18ad4a2720bed7b8e23f4912.zip
For some reason ~arm was present in 3.6.0 but not 3.6.1 and, then, deptree was broken until now due 3.6.0 removal.
(Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gnome-color-manager/ChangeLog7
-rw-r--r--gnome-extra/gnome-color-manager/gnome-color-manager-3.6.1.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/gnome-extra/gnome-color-manager/ChangeLog b/gnome-extra/gnome-color-manager/ChangeLog
index a4d5304f47ee..3c21494f6d5a 100644
--- a/gnome-extra/gnome-color-manager/ChangeLog
+++ b/gnome-extra/gnome-color-manager/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnome-extra/gnome-color-manager
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog,v 1.33 2013/03/29 20:17:15 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/ChangeLog,v 1.34 2013/04/07 09:22:49 pacho Exp $
+
+ 07 Apr 2013; Pacho Ramos <pacho@gentoo.org> gnome-color-manager-3.6.1.ebuild,
+ gnome-color-manager-3.8.0.ebuild:
+ For some reason ~arm was present in 3.6.0 but not 3.6.1 and, then, deptree was
+ broken until now due 3.6.0 removal.
29 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org>
-files/gnome-color-manager-3.2.2-argyll-prefix.patch,
diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.1.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.1.ebuild
index fd9da66ff178..703f4d2133c5 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.1.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.1.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/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.1.ebuild,v 1.1 2013/01/22 07:25:06 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.1.ebuild,v 1.2 2013/04/07 09:22:48 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -13,7 +13,7 @@ HOMEPAGE="http://projects.gnome.org/gnome-color-manager/"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="clutter packagekit raw"
# Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331