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 A32E0138334 for ; Sun, 7 Jul 2019 11:22:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2760E0833; Sun, 7 Jul 2019 11:22:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 965BDE0833 for ; Sun, 7 Jul 2019 11:22:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EEBE73472A4 for ; Sun, 7 Jul 2019 11:22:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FE244D3 for ; Sun, 7 Jul 2019 11:22:48 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1562498517.6d1c2d45a540618d9f82f19ecc9b23aa1aebad86.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgweather/libgweather-3.32.2-r1.ebuild dev-libs/libgweather/libgweather-3.32.2.ebuild X-VCS-Directories: dev-libs/libgweather/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 6d1c2d45a540618d9f82f19ecc9b23aa1aebad86 X-VCS-Branch: master Date: Sun, 7 Jul 2019 11:22:48 +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: e60ff3c1-da8e-4af4-8c6a-3ef1bdc2f85b X-Archives-Hash: ca5b6188006be629a61dfd55e6e5bf40 commit: 6d1c2d45a540618d9f82f19ecc9b23aa1aebad86 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Jul 7 11:21:57 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Jul 7 11:21:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d1c2d45 dev-libs/libgweather: bump subslot See https://mail.gnome.org/archives/distributor-list/2019-July/msg00003.html and preceeding message for reason. Most people probably have already rebuilt much of it against the changed ABI, but we need this subslot change for 3.32 to go to stable tree eventually without breaking for those users. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> .../{libgweather-3.32.2.ebuild => libgweather-3.32.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libgweather/libgweather-3.32.2.ebuild b/dev-libs/libgweather/libgweather-3.32.2-r1.ebuild similarity index 90% rename from dev-libs/libgweather/libgweather-3.32.2.ebuild rename to dev-libs/libgweather/libgweather-3.32.2-r1.ebuild index 52aabb1e087..55ebb469e06 100644 --- a/dev-libs/libgweather/libgweather-3.32.2.ebuild +++ b/dev-libs/libgweather/libgweather-3.32.2-r1.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Location and timezone database and weather-lookup library" HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather" LICENSE="GPL-2+" -SLOT="2/3-15" # subslot = 3-(libgweather-3 soname suffix) +SLOT="2/3-15-2" # subslot = 3-(libgweather-3 soname suffix) w/ temporary -2 suffix for silent ABI break after 3.28 without soname bump as per distro-list IUSE="glade gtk-doc +introspection +vala" REQUIRED_USE="vala? ( introspection )"