Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/zlib/
Date: Sat, 09 Sep 2017 21:07:05
Message-Id: 1504991206.b5f0471fe97de820f888702e1938989b9fd25522.polynomial-c@gentoo
1 commit: b5f0471fe97de820f888702e1938989b9fd25522
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 6 11:48:56 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 9 21:06:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f0471f
7
8 sys-libs/zlib: Add sublot
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11 Closes: https://github.com/gentoo/gentoo/pull/5635
12
13 sys-libs/zlib/zlib-1.2.11.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-libs/zlib/zlib-1.2.11.ebuild b/sys-libs/zlib/zlib-1.2.11.ebuild
17 index 83ff762d7ec..a8abe0654ab 100644
18 --- a/sys-libs/zlib/zlib-1.2.11.ebuild
19 +++ b/sys-libs/zlib/zlib-1.2.11.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="http://zlib.net/${P}.tar.gz
21 http://www.zlib.net/current/beta/${P}.tar.gz"
22
23 LICENSE="ZLIB"
24 -SLOT="0"
25 +SLOT="0/1" # subslot = SONAME
26 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
27 IUSE="minizip static-libs"