Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: sys-libs/kpmcore/
Date: Fri, 12 Apr 2019 12:58:54
Message-Id: 1555073922.1cf01c289073158ad8783946c71f14d3c3fa7397.kensington@gentoo
1 commit: 1cf01c289073158ad8783946c71f14d3c3fa7397
2 Author: Andrius Štikonas <andrius <AT> stikonas <DOT> eu>
3 AuthorDate: Thu Apr 11 18:55:35 2019 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 12 12:58:42 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1cf01c28
7
8 sys-libs/kpmcore: Raise util-linux dependency to 2.33.2
9
10 Closes: https://github.com/gentoo/kde/pull/877
11 Signed-off-by: Andrius Štikonas <andrius <AT> stikonas.eu>
12 Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
13
14 sys-libs/kpmcore/kpmcore-9999.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-libs/kpmcore/kpmcore-9999.ebuild b/sys-libs/kpmcore/kpmcore-9999.ebuild
18 index dcc49ce61b..9bdc18dae4 100644
19 --- a/sys-libs/kpmcore/kpmcore-9999.ebuild
20 +++ b/sys-libs/kpmcore/kpmcore-9999.ebuild
21 @@ -30,6 +30,6 @@ DEPEND="
22 app-crypt/qca[botan]
23 app-crypt/qca[ssl]
24 )
25 - >=sys-apps/util-linux-2.32
26 + >=sys-apps/util-linux-2.33.2
27 "
28 RDEPEND="${DEPEND}"