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 9B2D415806E for ; Thu, 18 May 2023 07:39:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3056E07E1; Thu, 18 May 2023 07:39:26 +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 9A414E07DB for ; Thu, 18 May 2023 07:39:26 +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 D7DA3340CEF for ; Thu, 18 May 2023 07:39:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23E41A73 for ; Thu, 18 May 2023 07:39:24 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1684394819.ce8e4467442385a42195b7941c95ec63f781b3c0.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsignal-protocol-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.3-r1.ebuild X-VCS-Directories: net-libs/libsignal-protocol-c/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ce8e4467442385a42195b7941c95ec63f781b3c0 X-VCS-Branch: master Date: Thu, 18 May 2023 07:39:24 +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: 5798c9aa-ff37-48ec-805f-9bcc0d0d6c04 X-Archives-Hash: bdf1e1a6f33a9b1771655852a0e335c3 commit: ce8e4467442385a42195b7941c95ec63f781b3c0 Author: Joonas Niilola gentoo org> AuthorDate: Thu May 18 07:26:59 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu May 18 07:26:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8e4467 net-libs/libsignal-protocol-c: update EAPI 7 -> 8 Signed-off-by: Joonas Niilola gentoo.org> net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.3-r1.ebuild b/net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.3-r1.ebuild index 27fe1d46128e..894d6fc41d30 100644 --- a/net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.3-r1.ebuild +++ b/net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.3-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake DESCRIPTION="Signal Protocol C Library" -HOMEPAGE="https://www.whispersystems.org/" +HOMEPAGE="https://signal.org/ https://github.com/signalapp/libsignal-protocol-c" SRC_URI="https://github.com/signalapp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm64 ~x86"