From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1405348-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C664158091 for <garchives@archives.gentoo.org>; Mon, 6 Jun 2022 11:02:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D354E0866; Mon, 6 Jun 2022 11:02:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4E63E0866 for <gentoo-commits@lists.gentoo.org>; Mon, 6 Jun 2022 11:02:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A0FE341126 for <gentoo-commits@lists.gentoo.org>; Mon, 6 Jun 2022 11:02:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C0E54F6 for <gentoo-commits@lists.gentoo.org>; Mon, 6 Jun 2022 11:02:15 +0000 (UTC) From: "Jakov Smolić" <jsmolic@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" <jsmolic@gentoo.org> Message-ID: <1654513319.558a01a7be10b36b1c0c0cc89454b8eb642900a2.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/solaar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/solaar/solaar-1.1.3.ebuild X-VCS-Directories: app-misc/solaar/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 558a01a7be10b36b1c0c0cc89454b8eb642900a2 X-VCS-Branch: master Date: Mon, 6 Jun 2022 11:02:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2a670261-a8f2-4f2c-919e-88e8405b3f0c X-Archives-Hash: 822c384ac13bfc6b00f23e547c71bc70 commit: 558a01a7be10b36b1c0c0cc89454b8eb642900a2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Mon Jun 6 11:01:59 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Mon Jun 6 11:01:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558a01a7 app-misc/solaar: Stabilize 1.1.3 x86, #848885 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> app-misc/solaar/solaar-1.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/solaar/solaar-1.1.3.ebuild b/app-misc/solaar/solaar-1.1.3.ebuild index 502ef240ea40..0f35055faf81 100644 --- a/app-misc/solaar/solaar-1.1.3.ebuild +++ b/app-misc/solaar/solaar-1.1.3.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} =~ 9999* ]]; then EGIT_REPO_URI="https://github.com/pwr-Solaar/Solaar" else SRC_URI="https://github.com/pwr-Solaar/Solaar/archive/${PV/_rc/rc}.tar.gz -> ${P/_rc/rc}.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm x86" S="${WORKDIR}"/Solaar-${PV/_rc/rc} fi