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 3FA98138206 for ; Tue, 2 Jan 2018 21:23:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55C06E08AC; Tue, 2 Jan 2018 21:23:34 +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 330FDE08AC for ; Tue, 2 Jan 2018 21:23:34 +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 C38E9335C0A for ; Tue, 2 Jan 2018 21:23:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 205E612D for ; Tue, 2 Jan 2018 21:23:31 +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: <1514928198.cf3a076985cda71224ac22ffaa328c85a4be3c9c.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/gdbm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/gdbm/gdbm-1.14-r1.ebuild sys-libs/gdbm/gdbm-1.14.ebuild X-VCS-Directories: sys-libs/gdbm/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: cf3a076985cda71224ac22ffaa328c85a4be3c9c X-VCS-Branch: master Date: Tue, 2 Jan 2018 21:23:31 +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-Archives-Salt: d1c6da7e-e83b-4b8f-a79c-140b5738e8ac X-Archives-Hash: 23e4d6ce4764133affd1e45d5887dd1f commit: cf3a076985cda71224ac22ffaa328c85a4be3c9c Author: Lars Wendler gentoo org> AuthorDate: Tue Jan 2 21:23:18 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Jan 2 21:23:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3a0769 sys-libs/gdbm: Revbump to add sub-slot. Closes: https://bugs.gentoo.org/643188 Package-Manager: Portage-2.3.19, Repoman-2.3.6 sys-libs/gdbm/{gdbm-1.14.ebuild => gdbm-1.14-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/gdbm/gdbm-1.14.ebuild b/sys-libs/gdbm/gdbm-1.14-r1.ebuild similarity index 97% rename from sys-libs/gdbm/gdbm-1.14.ebuild rename to sys-libs/gdbm/gdbm-1.14-r1.ebuild index c617c54ab17..486a3ca8397 100644 --- a/sys-libs/gdbm/gdbm-1.14.ebuild +++ b/sys-libs/gdbm/gdbm-1.14-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/gdbm/${P}.tar.gz exporter? ( mirror://gnu/gdbm/${EX_P}.tar.gz )" LICENSE="GPL-3" -SLOT="0" +SLOT="0/1.14" # new subslot (see bug #643188) KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+berkdb exporter nls +readline static-libs"