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 0B1B0138334 for ; Sun, 5 May 2019 20:33:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CA7BE0886; Sun, 5 May 2019 20:33:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E63AFE0886 for ; Sun, 5 May 2019 20:33:42 +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 90D563436E3 for ; Sun, 5 May 2019 20:33:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38586326 for ; Sun, 5 May 2019 20:33:40 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1557088415.9402f52de7dcad2b6ee68fff2e2bca27e9a3346b.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/libidn2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/libidn2/libidn2-2.1.1a-r1.ebuild net-dns/libidn2/libidn2-2.1.1a.ebuild net-dns/libidn2/libidn2-99999.ebuild X-VCS-Directories: net-dns/libidn2/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 9402f52de7dcad2b6ee68fff2e2bca27e9a3346b X-VCS-Branch: master Date: Sun, 5 May 2019 20:33:40 +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: cdd3d180-418b-4526-af39-053fb67824c4 X-Archives-Hash: d0049bc6569d82a7483555977ec39cb4 commit: 9402f52de7dcad2b6ee68fff2e2bca27e9a3346b Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun May 5 20:32:32 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun May 5 20:33:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9402f52d net-dns/libidn2: Revision and subslot bump straight to stable On request by robbat2 and k_f since the update 2.0 -> 2.1 broke gnutls linking and requires a rebuild of that library. See for a similar problem (but unfortunately not much detail) https://bugzilla.redhat.com/show_bug.cgi?id=1683812 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel gentoo.org> net-dns/libidn2/{libidn2-2.1.1a.ebuild => libidn2-2.1.1a-r1.ebuild} | 2 +- net-dns/libidn2/libidn2-99999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/libidn2/libidn2-2.1.1a.ebuild b/net-dns/libidn2/libidn2-2.1.1a-r1.ebuild similarity index 99% rename from net-dns/libidn2/libidn2-2.1.1a.ebuild rename to net-dns/libidn2/libidn2-2.1.1a-r1.ebuild index db82a0c5ca7..c6f5d348958 100644 --- a/net-dns/libidn2/libidn2-2.1.1a.ebuild +++ b/net-dns/libidn2/libidn2-2.1.1a-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI=" " LICENSE="GPL-2+ LGPL-3+" -SLOT="0" +SLOT="0/2" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" diff --git a/net-dns/libidn2/libidn2-99999.ebuild b/net-dns/libidn2/libidn2-99999.ebuild index 9c8ed496c8a..408ce3cd2ad 100644 --- a/net-dns/libidn2/libidn2-99999.ebuild +++ b/net-dns/libidn2/libidn2-99999.ebuild @@ -10,7 +10,7 @@ EGIT_REPO_URI="https://gitlab.com/libidn/libidn2.git/" SRC_URI="mirror://gnu/libunistring/libunistring-0.9.10.tar.gz" LICENSE="GPL-2+ LGPL-3+" -SLOT="0" +SLOT="0/2" KEYWORDS="" IUSE="static-libs"