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 65AF2139694 for ; Tue, 4 Jul 2017 17:27:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF572E0C5F; Tue, 4 Jul 2017 17:27:40 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BD0FE0C5F for ; Tue, 4 Jul 2017 17:27:40 +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 2416D341766 for ; Tue, 4 Jul 2017 17:27:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD8547488 for ; Tue, 4 Jul 2017 17:27:37 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1499189250.8e39ce2a54d6c0ed2f782e7b5fd9015d6efe3111.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libudev/libudev-232.ebuild X-VCS-Directories: virtual/libudev/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 8e39ce2a54d6c0ed2f782e7b5fd9015d6efe3111 X-VCS-Branch: master Date: Tue, 4 Jul 2017 17:27:37 +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: 77bf84c3-7eef-4516-8d5c-d84c8331c0ff X-Archives-Hash: 75f7de83acbe7393fe55e6f86746a730 commit: 8e39ce2a54d6c0ed2f782e7b5fd9015d6efe3111 Author: Mike Gilbert gentoo org> AuthorDate: Tue Jul 4 17:27:30 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Jul 4 17:27:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e39ce2a virtual/libudev: 232 stable on amd64 and x86 Bug: https://bugs.gentoo.org/623556 Bug: https://bugs.gentoo.org/623810 Package-Manager: Portage-2.3.6_p9, Repoman-2.3.2_p77 virtual/libudev/libudev-232.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/libudev/libudev-232.ebuild b/virtual/libudev/libudev-232.ebuild index a35b06abc5e..7d11eac927b 100644 --- a/virtual/libudev/libudev-232.ebuild +++ b/virtual/libudev/libudev-232.ebuild @@ -6,7 +6,7 @@ inherit multilib-build DESCRIPTION="Virtual for libudev providers" SLOT="0/1" -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="static-libs systemd" REQUIRED_USE="systemd? ( !static-libs )"