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 20FD2138334 for ; Fri, 7 Dec 2018 12:43:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5282EE0BB8; Fri, 7 Dec 2018 12:43:16 +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 2B56DE0BB8 for ; Fri, 7 Dec 2018 12:43:16 +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 EF245335C7B for ; Fri, 7 Dec 2018 12:43:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 108EF4CE for ; Fri, 7 Dec 2018 12:43:11 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1544186584.3528aca8a125794b8928054bf9282a9d976c4641.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/appstream/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/appstream/appstream-0.12.3.ebuild X-VCS-Directories: dev-libs/appstream/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 3528aca8a125794b8928054bf9282a9d976c4641 X-VCS-Branch: master Date: Fri, 7 Dec 2018 12:43:11 +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: 4b05beb7-d367-4116-bc2e-34560a661eda X-Archives-Hash: a0a2c8f931054fbb74423e9b71959bab commit: 3528aca8a125794b8928054bf9282a9d976c4641 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Dec 7 12:42:53 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Dec 7 12:43:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3528aca8 dev-libs/appstream: amd64 stable wrt bug #670000 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/appstream/appstream-0.12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/appstream/appstream-0.12.3.ebuild b/dev-libs/appstream/appstream-0.12.3.ebuild index 689abd87733..71095f75c02 100644 --- a/dev-libs/appstream/appstream-0.12.3.ebuild +++ b/dev-libs/appstream/appstream-0.12.3.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then else MY_PN="AppStream" SRC_URI="https://www.freedesktop.org/software/appstream/releases/${MY_PN}-${PV}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 ~arm ~arm64 x86" S="${WORKDIR}/${MY_PN}-${PV}" fi