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 E7DDC15ACFB for ; Mon, 17 Apr 2023 16:54:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42A93E0950; Mon, 17 Apr 2023 16:54:47 +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 28D4EE0950 for ; Mon, 17 Apr 2023 16:54: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E15733FEFB for ; Mon, 17 Apr 2023 16:54:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F765A1D for ; Mon, 17 Apr 2023 16:54:43 +0000 (UTC) From: "Jakov Smolić" 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ć" Message-ID: <1681750466.096da016fc5d33dda28a4c316fe1f74d9e7aa363.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/chemical-mime-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.95_pre20171122.ebuild X-VCS-Directories: sci-chemistry/chemical-mime-data/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 096da016fc5d33dda28a4c316fe1f74d9e7aa363 X-VCS-Branch: master Date: Mon, 17 Apr 2023 16:54:43 +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: 06f93b19-7a93-40e8-a2f2-44ddff8e9cb8 X-Archives-Hash: 27829ad99593099fe3a082fd07ccffd9 commit: 096da016fc5d33dda28a4c316fe1f74d9e7aa363 Author: Jakov Smolić gentoo org> AuthorDate: Mon Apr 17 16:54:26 2023 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon Apr 17 16:54:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=096da016 sci-chemistry/chemical-mime-data: Stabilize 0.1.95_pre20171122 arm64, #904470 Signed-off-by: Jakov Smolić gentoo.org> .../chemical-mime-data/chemical-mime-data-0.1.95_pre20171122.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.95_pre20171122.ebuild b/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.95_pre20171122.ebuild index 13b91f044ac8..63cac0d3fd95 100644 --- a/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.95_pre20171122.ebuild +++ b/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.95_pre20171122.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/dleidert/chemical-mime/archive/${COMMIT}.tar.gz -> $ LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm arm64 ~x86" IUSE="" RDEPEND="x11-misc/shared-mime-info"