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.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 3CACE1582E8 for ; Wed, 15 May 2024 01:03:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 285A6E2A1B; Wed, 15 May 2024 01:03:20 +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 0C555E2A07 for ; Wed, 15 May 2024 01:03:20 +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 233E1340813 for ; Wed, 15 May 2024 01:03:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7898E1ACF for ; Wed, 15 May 2024 01:03:16 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715734762.b3a76199a2cf0ebb7b832f0611ae08e0f4ee922e.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-misc/boinc-wrapper/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-misc/boinc-wrapper/boinc-wrapper-26018-r1.ebuild X-VCS-Directories: sci-misc/boinc-wrapper/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: b3a76199a2cf0ebb7b832f0611ae08e0f4ee922e X-VCS-Branch: master Date: Wed, 15 May 2024 01:03:16 +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: 361fd861-22b5-4376-87d2-785afa6d42f7 X-Archives-Hash: aceeec2440fe5bab3299dd0c8ca56254 commit: b3a76199a2cf0ebb7b832f0611ae08e0f4ee922e Author: Lucio Sauer posteo net> AuthorDate: Tue May 14 23:03:34 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed May 15 00:59:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3a76199 sci-misc/boinc-wrapper: fix variable order Signed-off-by: Lucio Sauer posteo.net> Signed-off-by: Julien Roy jroy.ca> sci-misc/boinc-wrapper/boinc-wrapper-26018-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-misc/boinc-wrapper/boinc-wrapper-26018-r1.ebuild b/sci-misc/boinc-wrapper/boinc-wrapper-26018-r1.ebuild index 6142c048cf..e388e52a28 100644 --- a/sci-misc/boinc-wrapper/boinc-wrapper-26018-r1.ebuild +++ b/sci-misc/boinc-wrapper/boinc-wrapper-26018-r1.ebuild @@ -9,9 +9,9 @@ DESCRIPTION="Wrapper to use non-BOINC apps with BOINC" HOMEPAGE="https://boinc.berkeley.edu/trac/wiki/WrapperApp" SRC_URI="https://github.com/BOINC/boinc/archive/refs/tags/wrapper/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~arm64 ~x86" LICENSE="Info-ZIP LGPL-3+ regexp-UofT" SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" # libboinc-api dependencies # no subslot, because "-Wl,--as-needed" removes them 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.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 26675158004 for ; Wed, 15 May 2024 00:59:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A478E2A18; Wed, 15 May 2024 00:59:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0EF12E2A18 for ; Wed, 15 May 2024 00:59:47 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4017434076D for ; Wed, 15 May 2024 00:59:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D9B51ACA for ; Wed, 15 May 2024 00:59:44 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715734762.b3a76199a2cf0ebb7b832f0611ae08e0f4ee922e.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-misc/boinc-wrapper/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-misc/boinc-wrapper/boinc-wrapper-26018-r1.ebuild X-VCS-Directories: sci-misc/boinc-wrapper/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: b3a76199a2cf0ebb7b832f0611ae08e0f4ee922e X-VCS-Branch: dev Date: Wed, 15 May 2024 00:59:44 +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: 40c81b1c-a2f7-4bbd-9cd9-6cea759239ba X-Archives-Hash: 6ae02d75d65663632b03951fb23908f9 Message-ID: <20240515005944.jdLiI8UUOR5WGqLosAKuILwTqUyvfbyuDEODqhk-894@z> commit: b3a76199a2cf0ebb7b832f0611ae08e0f4ee922e Author: Lucio Sauer posteo net> AuthorDate: Tue May 14 23:03:34 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed May 15 00:59:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3a76199 sci-misc/boinc-wrapper: fix variable order Signed-off-by: Lucio Sauer posteo.net> Signed-off-by: Julien Roy jroy.ca> sci-misc/boinc-wrapper/boinc-wrapper-26018-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-misc/boinc-wrapper/boinc-wrapper-26018-r1.ebuild b/sci-misc/boinc-wrapper/boinc-wrapper-26018-r1.ebuild index 6142c048cf..e388e52a28 100644 --- a/sci-misc/boinc-wrapper/boinc-wrapper-26018-r1.ebuild +++ b/sci-misc/boinc-wrapper/boinc-wrapper-26018-r1.ebuild @@ -9,9 +9,9 @@ DESCRIPTION="Wrapper to use non-BOINC apps with BOINC" HOMEPAGE="https://boinc.berkeley.edu/trac/wiki/WrapperApp" SRC_URI="https://github.com/BOINC/boinc/archive/refs/tags/wrapper/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~arm64 ~x86" LICENSE="Info-ZIP LGPL-3+ regexp-UofT" SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" # libboinc-api dependencies # no subslot, because "-Wl,--as-needed" removes them