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 5BEAE158020 for ; Sun, 4 Dec 2022 09:23:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A632AE087A; Sun, 4 Dec 2022 09:23:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 90B37E0886 for ; Sun, 4 Dec 2022 09:23:04 +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 C15463412C8 for ; Sun, 4 Dec 2022 09:23:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2077977B for ; Sun, 4 Dec 2022 09:23:01 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1670145747.a3311e8dba4ad3f1f97a45c158a5cd7f72bc9463.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libgeotiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild X-VCS-Directories: sci-libs/libgeotiff/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: a3311e8dba4ad3f1f97a45c158a5cd7f72bc9463 X-VCS-Branch: master Date: Sun, 4 Dec 2022 09:23:01 +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: cefa6009-a416-47ab-bcdb-705b55fe6fec X-Archives-Hash: 3f303704978caab814c3f17c278f204d commit: a3311e8dba4ad3f1f97a45c158a5cd7f72bc9463 Author: WANG Xuerui gentoo org> AuthorDate: Sat Dec 3 10:13:36 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sun Dec 4 09:22:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3311e8d sci-libs/libgeotiff: keyword 1.7.1-r1 for ~loong Signed-off-by: WANG Xuerui gentoo.org> sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild b/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild index 034937369686..9d73d26ded19 100644 --- a/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild +++ b/sci-libs/libgeotiff/libgeotiff-1.7.1-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/5" -KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~arm arm64 ~ia64 ~loong ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="doc jpeg +tiff zlib" DEPEND=">=sci-libs/proj-6.0.0:=