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 DD8B21382C5 for ; Tue, 16 Mar 2021 08:08:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 301E4E0814; Tue, 16 Mar 2021 08:08:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15F69E0814 for ; Tue, 16 Mar 2021 08:08:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5704340F28 for ; Tue, 16 Mar 2021 08:08:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2ADD5B4 for ; Tue, 16 Mar 2021 08:08:11 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1615882085.d3d1a4b47c07e67f7cd3657cbeda1ce56c9a2ae9.polynomial-c@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.27.0-r1.ebuild dev-libs/libfilezilla/libfilezilla-0.27.0.ebuild X-VCS-Directories: dev-libs/libfilezilla/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: d3d1a4b47c07e67f7cd3657cbeda1ce56c9a2ae9 X-VCS-Branch: master Date: Tue, 16 Mar 2021 08:08:11 +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: 64ceb94d-94f8-497c-8c0a-6e76bdc43b46 X-Archives-Hash: a53d8432e8742c27e154dab82d133137 commit: d3d1a4b47c07e67f7cd3657cbeda1ce56c9a2ae9 Author: Lars Wendler gentoo org> AuthorDate: Tue Mar 16 07:52:43 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Mar 16 08:08:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d1a4b4 dev-libs/libfilezilla: Revbump for sub-slot change Signed-off-by: Lars Wendler gentoo.org> .../{libfilezilla-0.27.0.ebuild => libfilezilla-0.27.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libfilezilla/libfilezilla-0.27.0.ebuild b/dev-libs/libfilezilla/libfilezilla-0.27.0-r1.ebuild similarity index 96% rename from dev-libs/libfilezilla/libfilezilla-0.27.0.ebuild rename to dev-libs/libfilezilla/libfilezilla-0.27.0-r1.ebuild index 2f343c359ba..f77f65fc8d9 100644 --- a/dev-libs/libfilezilla/libfilezilla-0.27.0.ebuild +++ b/dev-libs/libfilezilla/libfilezilla-0.27.0-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/11" # libfilezilla.so version +SLOT="0/12" # libfilezilla.so version KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" IUSE="test"