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 565DF138334 for ; Sat, 18 May 2019 11:11:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92A42E0856; Sat, 18 May 2019 11:11:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7B63CE0856 for ; Sat, 18 May 2019 11:11:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7DBC03449F7 for ; Sat, 18 May 2019 11:11:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC9995F5 for ; Sat, 18 May 2019 11:11:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1558177859.f49c80abf3560327f2c0669d38ccefe531c1ff9a.mgorny@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 X-VCS-Directories: xfce-base/xfdesktop/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f49c80abf3560327f2c0669d38ccefe531c1ff9a X-VCS-Branch: master Date: Sat, 18 May 2019 11:11:17 +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: be1873d8-ab9f-4c9b-83bb-a2900001f4e8 X-Archives-Hash: 48ba5d75e700c8387ad46865faf29afa commit: f49c80abf3560327f2c0669d38ccefe531c1ff9a Author: Michał Górny gentoo org> AuthorDate: Sat May 18 07:45:02 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 18 11:10:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49c80ab xfce-base/xfdesktop: Degrade to ~ia64 Signed-off-by: Michał Górny gentoo.org> xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild index 4f680e1def3..0e7a7967293 100644 --- a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-4.12.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 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="debug libnotify +thunar" # src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)