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 765D315808B for ; Sun, 20 Mar 2022 22:45:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B843DE07EE; Sun, 20 Mar 2022 22:45:53 +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 43C11E07EE for ; Sun, 20 Mar 2022 22:45:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4B0C3342D94 for ; Sun, 20 Mar 2022 22:45:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE82F320 for ; Sun, 20 Mar 2022 22:45:50 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1647816344.da560da8d3ed2f7b1be0772a85917c54b43f4c05.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gnome-bluetooth/gnome-bluetooth-42.0-r1.ebuild net-wireless/gnome-bluetooth/gnome-bluetooth-42.0.ebuild X-VCS-Directories: net-wireless/gnome-bluetooth/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: da560da8d3ed2f7b1be0772a85917c54b43f4c05 X-VCS-Branch: master Date: Sun, 20 Mar 2022 22:45:50 +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: 263eaafc-6ae2-47fc-afc2-40e7ba0be6b5 X-Archives-Hash: 7bad0b3db6a7d22577959e70ca8edd65 commit: da560da8d3ed2f7b1be0772a85917c54b43f4c05 Author: Matt Turner gentoo org> AuthorDate: Sun Mar 20 22:42:26 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Mar 20 22:45:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da560da8 net-wireless/gnome-bluetooth: Move to SLOT=3 Bug: https://bugs.gentoo.org/835698 Signed-off-by: Matt Turner gentoo.org> .../{gnome-bluetooth-42.0.ebuild => gnome-bluetooth-42.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0-r1.ebuild similarity index 96% rename from net-wireless/gnome-bluetooth/gnome-bluetooth-42.0.ebuild rename to net-wireless/gnome-bluetooth/gnome-bluetooth-42.0-r1.ebuild index b636fe4e0a00..cdca419d67c0 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.0-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Bluetooth graphical utilities integrated with GNOME" HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth" LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+" -SLOT="2/13" # subslot = libgnome-bluetooth soname version +SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version IUSE="gtk-doc +introspection test" RESTRICT="!test? ( test )" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"