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 038F0138330 for ; Sat, 13 Jan 2018 12:13:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15DBFE097E; Sat, 13 Jan 2018 12:13:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E99A2E097E for ; Sat, 13 Jan 2018 12:13:44 +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 270BC335C3B for ; Sat, 13 Jan 2018 12:13:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 849F9186 for ; Sat, 13 Jan 2018 12:13:41 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1515845544.bf2e508473b3cee67a68e7ccecfcecd5cc4650ef.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libgudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libgudev/libgudev-232.ebuild X-VCS-Directories: virtual/libgudev/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: bf2e508473b3cee67a68e7ccecfcecd5cc4650ef X-VCS-Branch: master Date: Sat, 13 Jan 2018 12:13:41 +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-Archives-Salt: d221b5ba-0388-4540-9e1e-4a607a54eb95 X-Archives-Hash: 06dd045b852f03a852abf1f8846e952d commit: bf2e508473b3cee67a68e7ccecfcecd5cc4650ef Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Jan 13 11:32:37 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jan 13 12:12:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf2e5084 virtual/libgudev: stable 232 for sparc, bug #631656 Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc" virtual/libgudev/libgudev-232.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual/libgudev/libgudev-232.ebuild b/virtual/libgudev/libgudev-232.ebuild index 06c670850c0..531697e5f53 100644 --- a/virtual/libgudev/libgudev-232.ebuild +++ b/virtual/libgudev/libgudev-232.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ inherit multilib-build DESCRIPTION="Virtual for libgudev providers" SLOT="0/0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86" IUSE="introspection static-libs" RDEPEND=">=dev-libs/libgudev-232:0/0[${MULTILIB_USEDEP},introspection?,static-libs?]"