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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30333158087 for ; Sat, 23 Oct 2021 13:51:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4062AE0885; Sat, 23 Oct 2021 13:51:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 271C3E0885 for ; Sat, 23 Oct 2021 13:51:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D0BE342CFE for ; Sat, 23 Oct 2021 13:51:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40714178 for ; Sat, 23 Oct 2021 13:51:10 +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: <1634996924.1d95686cf0bfa2a4d783616355a2e77b6e235dd5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/lzmajio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/lzmajio/lzmajio-0.95-r2.ebuild X-VCS-Directories: dev-java/lzmajio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1d95686cf0bfa2a4d783616355a2e77b6e235dd5 X-VCS-Branch: master Date: Sat, 23 Oct 2021 13:51:10 +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: 7b763085-5674-4485-80ce-42cc44943b43 X-Archives-Hash: bf6a2ca47d3264fcefa30e6a8c99d86e commit: 1d95686cf0bfa2a4d783616355a2e77b6e235dd5 Author: Sam James gentoo org> AuthorDate: Sat Oct 23 13:48:44 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 23 13:48:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d95686c dev-java/lzmajio: Stabilize 0.95-r2 amd64, #819579 Signed-off-by: Sam James gentoo.org> dev-java/lzmajio/lzmajio-0.95-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/lzmajio/lzmajio-0.95-r2.ebuild b/dev-java/lzmajio/lzmajio-0.95-r2.ebuild index d0cfe223c5d..562e3e826cf 100644 --- a/dev-java/lzmajio/lzmajio-0.95-r2.ebuild +++ b/dev-java/lzmajio/lzmajio-0.95-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/league/${P}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" CDEPEND="dev-java/lzma:0"