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 9E2F31396D0 for ; Sat, 9 Sep 2017 21:07:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0419E0C63; Sat, 9 Sep 2017 21:07:04 +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 B1FD9E0C63 for ; Sat, 9 Sep 2017 21:07:04 +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 B3F58341740 for ; Sat, 9 Sep 2017 21:07:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34B709077 for ; Sat, 9 Sep 2017 21:07:02 +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: <1504991207.84fe49cbda355b53354c11432e54ec7ea15671f1.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/bzip2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/bzip2/bzip2-1.0.6-r8.ebuild X-VCS-Directories: app-arch/bzip2/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 84fe49cbda355b53354c11432e54ec7ea15671f1 X-VCS-Branch: master Date: Sat, 9 Sep 2017 21:07:02 +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: 0b03d1be-8b21-4c1d-a550-c4b6bd7ab525 X-Archives-Hash: 964d20263dbf6f3c4d7c57997afbccd9 commit: 84fe49cbda355b53354c11432e54ec7ea15671f1 Author: David Seifert gentoo org> AuthorDate: Wed Sep 6 11:52:26 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Sep 9 21:06:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84fe49cb app-arch/bzip2: Add sublot Package-Manager: Portage-2.3.8, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5635 app-arch/bzip2/bzip2-1.0.6-r8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/bzip2/bzip2-1.0.6-r8.ebuild b/app-arch/bzip2/bzip2-1.0.6-r8.ebuild index 22d71f992d4..f83f19da651 100644 --- a/app-arch/bzip2/bzip2-1.0.6-r8.ebuild +++ b/app-arch/bzip2/bzip2-1.0.6-r8.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://www.bzip.org/" SRC_URI="http://www.bzip.org/${PV}/${P}.tar.gz" LICENSE="BZIP2" -SLOT="0" +SLOT="0/1" # subslot = SONAME KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="static static-libs"