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 7B2CF158003 for ; Fri, 29 Jul 2022 02:59:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E984E0BDE; Fri, 29 Jul 2022 02:59:19 +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 10926E0BDE for ; Fri, 29 Jul 2022 02:59:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 348B03411C2 for ; Fri, 29 Jul 2022 02:59:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AF41545 for ; Fri, 29 Jul 2022 02:59:15 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1659063538.d75ec5c6a25e27bdb629268de0fabbf98c624d55.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libgphoto2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libgphoto2/libgphoto2-2.5.30.ebuild X-VCS-Directories: media-libs/libgphoto2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d75ec5c6a25e27bdb629268de0fabbf98c624d55 X-VCS-Branch: master Date: Fri, 29 Jul 2022 02:59:15 +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: dd158250-49d6-4f98-be64-806c1858c1c7 X-Archives-Hash: 19bc567c317c10fddf01b479d4eec2cf commit: d75ec5c6a25e27bdb629268de0fabbf98c624d55 Author: Sam James gentoo org> AuthorDate: Fri Jul 29 02:58:58 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 29 02:58:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75ec5c6 media-libs/libgphoto2: Stabilize 2.5.30 arm64, #861029 Signed-off-by: Sam James gentoo.org> media-libs/libgphoto2/libgphoto2-2.5.30.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libgphoto2/libgphoto2-2.5.30.ebuild b/media-libs/libgphoto2/libgphoto2-2.5.30.ebuild index f7868771f609..38aea7c6c11b 100644 --- a/media-libs/libgphoto2/libgphoto2-2.5.30.ebuild +++ b/media-libs/libgphoto2/libgphoto2-2.5.30.ebuild @@ -17,7 +17,7 @@ LICENSE="GPL-2" # FIXME: should we also bump for libgphoto2_port.so soname version? SLOT="0/6" # libgphoto2.so soname version -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples exif gd jpeg nls serial" # By default, drivers for all supported cameras will be compiled.