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 75AC4138359 for ; Wed, 7 Oct 2020 11:05:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87E35E091B; Wed, 7 Oct 2020 11:05:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6ACCFE091C for ; Wed, 7 Oct 2020 11:05:47 +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 70767340F74 for ; Wed, 7 Oct 2020 11:05:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1025C3B7 for ; Wed, 7 Oct 2020 11:05:43 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1602068735.c0951faee5483e3415d9913062abe6d6bb0c34a4.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsettingsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xsettingsd/xsettingsd-1.0.0.ebuild X-VCS-Directories: x11-misc/xsettingsd/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: c0951faee5483e3415d9913062abe6d6bb0c34a4 X-VCS-Branch: master Date: Wed, 7 Oct 2020 11:05:43 +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: e95b5de7-451f-49bb-8afe-9cc4bf7bc265 X-Archives-Hash: 18a63d17dea4e43f694809e56b19672d commit: c0951faee5483e3415d9913062abe6d6bb0c34a4 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Oct 7 11:05:35 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Oct 7 11:05:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0951fae x11-misc/xsettingsd: x86 stable wrt bug #741861 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> x11-misc/xsettingsd/xsettingsd-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xsettingsd/xsettingsd-1.0.0.ebuild b/x11-misc/xsettingsd/xsettingsd-1.0.0.ebuild index ca687d507d3..50dc3af7394 100644 --- a/x11-misc/xsettingsd/xsettingsd-1.0.0.ebuild +++ b/x11-misc/xsettingsd/xsettingsd-1.0.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/derat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND}"