From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59946138334 for ; Tue, 23 Jul 2019 14:11:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD954E0806; Tue, 23 Jul 2019 14:11:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9188FE0806 for ; Tue, 23 Jul 2019 14:11:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB74F3484B4 for ; Tue, 23 Jul 2019 14:11:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59F39720 for ; Tue, 23 Jul 2019 14:10:59 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1563890075.157c9b55d40c673f65bf8ffb1a63a12af21fb2e5.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild xfce-base/xfdesktop/xfdesktop-4.13.4.ebuild xfce-base/xfdesktop/xfdesktop-4.13.5.ebuild X-VCS-Directories: xfce-base/xfdesktop/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 157c9b55d40c673f65bf8ffb1a63a12af21fb2e5 X-VCS-Branch: master Date: Tue, 23 Jul 2019 14:10:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3d11d55b-ed49-4d97-ad6b-79d3434e9b9d X-Archives-Hash: 50fc712722d81b537fd66e1ca275ccb4 commit: 157c9b55d40c673f65bf8ffb1a63a12af21fb2e5 Author: Kent Fredric gentoo org> AuthorDate: Tue Jul 23 13:54:35 2019 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Jul 23 13:54:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157c9b55 xfce-base/xfdesktop: Drop ~x86-fbsd due to bug #665088 Judicious dropping of keywords due to inactivity in bug #665088 This percolates due to keyword inconsistencies in: dev-perl/Log-Agent, dev-perl/glib-perl, xfce-base/xfconf Bug: https://bugs.gentoo.org/665088 Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="x86-fbsd" Signed-off-by: Kent Fredric gentoo.org> xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild | 4 ++-- xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild | 2 +- xfce-base/xfdesktop/xfdesktop-4.13.4.ebuild | 2 +- xfce-base/xfdesktop/xfdesktop-4.13.5.ebuild | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild index 0e7a7967293..40b9614aeb9 100644 --- a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="debug libnotify +thunar" # src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0) diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild b/xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild index 2a735851d90..1eb489b1c32 100644 --- a/xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="debug libnotify +thunar" # src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0) diff --git a/xfce-base/xfdesktop/xfdesktop-4.13.4.ebuild b/xfce-base/xfdesktop/xfdesktop-4.13.4.ebuild index b4de135cc03..0e6869c6046 100644 --- a/xfce-base/xfdesktop/xfdesktop-4.13.4.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-4.13.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="debug libnotify +thunar" RDEPEND=">=x11-libs/cairo-1.12:= diff --git a/xfce-base/xfdesktop/xfdesktop-4.13.5.ebuild b/xfce-base/xfdesktop/xfdesktop-4.13.5.ebuild index b4de135cc03..0e6869c6046 100644 --- a/xfce-base/xfdesktop/xfdesktop-4.13.5.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-4.13.5.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="debug libnotify +thunar" RDEPEND=">=x11-libs/cairo-1.12:=