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 17AB4138335 for ; Mon, 6 Aug 2018 16:41:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFCAFE0837; Mon, 6 Aug 2018 16:41:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8163BE084A for ; Mon, 6 Aug 2018 16:41:13 +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 AE409335C7D for ; Mon, 6 Aug 2018 16:41:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19861396 for ; Mon, 6 Aug 2018 16:41:09 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1533573650.4986c9e530b0b47e46714a2145cdaedb4730e05e.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/skypeforlinux/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/skypeforlinux/skypeforlinux-8.22.0.2.ebuild net-im/skypeforlinux/skypeforlinux-8.25.0.5.ebuild X-VCS-Directories: net-im/skypeforlinux/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 4986c9e530b0b47e46714a2145cdaedb4730e05e X-VCS-Branch: master Date: Mon, 6 Aug 2018 16:41:09 +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: e69f40d2-00a9-466c-addf-39a1831afec0 X-Archives-Hash: fa3555b1c44ecaff767b08a834576d57 commit: 4986c9e530b0b47e46714a2145cdaedb4730e05e Author: Nikos Chantziaras gmail com> AuthorDate: Sat Aug 4 06:26:54 2018 +0000 Commit: Amy Liffey gentoo org> CommitDate: Mon Aug 6 16:40:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4986c9e5 net-im/skypeforlinux: sort KEYWORDS Closes: https://github.com/gentoo/gentoo/pull/9296 Package-Manager: Portage-2.3.44, Repoman-2.3.10 net-im/skypeforlinux/skypeforlinux-8.22.0.2.ebuild | 2 +- net-im/skypeforlinux/skypeforlinux-8.25.0.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/skypeforlinux/skypeforlinux-8.22.0.2.ebuild b/net-im/skypeforlinux/skypeforlinux-8.22.0.2.ebuild index 134b0cc2d8a..fe787944cfb 100644 --- a/net-im/skypeforlinux/skypeforlinux-8.22.0.2.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-8.22.0.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://repo.skype.com/rpm/stable/${PN}_${PV}-1.x86_64.rpm" LICENSE="Skype-TOS MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 Boost-1.0 ISC CC-BY-SA-3.0 CC0-1.0 openssl ZLIB APSL-2 icu Artistic-2 LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 -*" +KEYWORDS="-* ~amd64" IUSE="pax_kernel" S="${WORKDIR}" diff --git a/net-im/skypeforlinux/skypeforlinux-8.25.0.5.ebuild b/net-im/skypeforlinux/skypeforlinux-8.25.0.5.ebuild index 134b0cc2d8a..fe787944cfb 100644 --- a/net-im/skypeforlinux/skypeforlinux-8.25.0.5.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-8.25.0.5.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://repo.skype.com/rpm/stable/${PN}_${PV}-1.x86_64.rpm" LICENSE="Skype-TOS MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 Boost-1.0 ISC CC-BY-SA-3.0 CC0-1.0 openssl ZLIB APSL-2 icu Artistic-2 LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 -*" +KEYWORDS="-* ~amd64" IUSE="pax_kernel" S="${WORKDIR}"