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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E01E158094 for ; Thu, 15 Sep 2022 21:09:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDAE2E096B; Thu, 15 Sep 2022 21:09:45 +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 C1869E096B for ; Thu, 15 Sep 2022 21:09:45 +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 D32EE340D43 for ; Thu, 15 Sep 2022 21:09:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 763F25C7 for ; Thu, 15 Sep 2022 21:09:43 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1663276158.daf6f8b2fee70d78415bb6fd1e44d2a378a6344e.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfilezilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libfilezilla/libfilezilla-0.39.1-r1.ebuild dev-libs/libfilezilla/libfilezilla-0.39.1.ebuild X-VCS-Directories: dev-libs/libfilezilla/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: daf6f8b2fee70d78415bb6fd1e44d2a378a6344e X-VCS-Branch: master Date: Thu, 15 Sep 2022 21:09: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: 0a1a3258-903a-4291-99b4-58afb327ebe4 X-Archives-Hash: d3e6c383e3eb399d5c31f57662c5462e commit: daf6f8b2fee70d78415bb6fd1e44d2a378a6344e Author: Bernard Cafarelli gentoo org> AuthorDate: Thu Sep 15 21:09:18 2022 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Thu Sep 15 21:09:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daf6f8b2 dev-libs/libfilezilla: fix subslot Closes: https://bugs.gentoo.org/870208 Signed-off-by: Bernard Cafarelli gentoo.org> .../{libfilezilla-0.39.1.ebuild => libfilezilla-0.39.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libfilezilla/libfilezilla-0.39.1.ebuild b/dev-libs/libfilezilla/libfilezilla-0.39.1-r1.ebuild similarity index 97% rename from dev-libs/libfilezilla/libfilezilla-0.39.1.ebuild rename to dev-libs/libfilezilla/libfilezilla-0.39.1-r1.ebuild index fa9b18b48316..9c0d5cb04c43 100644 --- a/dev-libs/libfilezilla/libfilezilla-0.39.1.ebuild +++ b/dev-libs/libfilezilla/libfilezilla-0.39.1-r1.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://lib.filezilla-project.org/" SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2" LICENSE="GPL-2+" -SLOT="0/29" # libfilezilla.so version +SLOT="0/31" # libfilezilla.so version KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86" IUSE="test"