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 8EBAA158009 for ; Sun, 18 Jun 2023 01:53:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8285E08BE; Sun, 18 Jun 2023 01:53:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98767E08BE for ; Sun, 18 Jun 2023 01:53:33 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7891F33BE99 for ; Sun, 18 Jun 2023 01:53:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC3A8A66 for ; Sun, 18 Jun 2023 01:53:30 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1687053170.641192b35111cfcbbd04fb739c879a905f1306da.dlan@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.42.2-r1.ebuild dev-libs/libfilezilla/libfilezilla-0.42.2.ebuild X-VCS-Directories: dev-libs/libfilezilla/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 641192b35111cfcbbd04fb739c879a905f1306da X-VCS-Branch: master Date: Sun, 18 Jun 2023 01:53:30 +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: 3e8205e1-840f-42d4-9dcb-a1e5dc67a8f2 X-Archives-Hash: 024c593c61256122ab3ff0972f957366 commit: 641192b35111cfcbbd04fb739c879a905f1306da Author: Yixun Lan gentoo org> AuthorDate: Sat Jun 17 21:22:05 2023 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sun Jun 18 01:52:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=641192b3 dev-libs/libfilezilla: fix subslot version number bump sublot version number to match the so's version, see $ qlist -ICv libfilezilla dev-libs/libfilezilla-0.42.2 $ file /usr/lib64/libfilezilla.so /usr/lib64/libfilezilla.so: symbolic link to libfilezilla.so.36.2.0 Signed-off-by: Yixun Lan gentoo.org> .../{libfilezilla-0.42.2.ebuild => libfilezilla-0.42.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libfilezilla/libfilezilla-0.42.2.ebuild b/dev-libs/libfilezilla/libfilezilla-0.42.2-r1.ebuild similarity index 97% rename from dev-libs/libfilezilla/libfilezilla-0.42.2.ebuild rename to dev-libs/libfilezilla/libfilezilla-0.42.2-r1.ebuild index 6b7067b11e01..e911fbcc2dc5 100644 --- a/dev-libs/libfilezilla/libfilezilla-0.42.2.ebuild +++ b/dev-libs/libfilezilla/libfilezilla-0.42.2-r1.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://lib.filezilla-project.org/" SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.xz" LICENSE="GPL-2+" -SLOT="0/35" # libfilezilla.so version +SLOT="0/36" # libfilezilla.so version KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86" IUSE="test"