Gentoo Archives: gentoo-commits

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/sanlock/
Date: Tue, 05 Dec 2017 08:22:52
Message-Id: 1512462085.59578d959e3edeeb5b5608ec9ecc2539a644f2b1.mschiff@gentoo
1 commit: 59578d959e3edeeb5b5608ec9ecc2539a644f2b1
2 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 5 08:21:25 2017 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 5 08:21:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59578d95
7
8 sys-cluster/sanlock: add dep to dev-libs/libaio
9
10 fixes #617988
11
12 Package-Manager: Portage-2.3.16, Repoman-2.3.6
13
14 sys-cluster/sanlock/Manifest | 2 +-
15 sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild | 1 +
16 2 files changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/sys-cluster/sanlock/Manifest b/sys-cluster/sanlock/Manifest
19 index 7a3cd9cb52e..5dfde700ceb 100644
20 --- a/sys-cluster/sanlock/Manifest
21 +++ b/sys-cluster/sanlock/Manifest
22 @@ -1 +1 @@
23 -DIST sanlock-3.4.0.tar.xz 157016 SHA256 b4b18eb0af1bfc730a037f9da7dd84777c9a4ceb1a1ac2e577705124c4c9e891 SHA512 8a10faaa5b9ce9f0506ca16620ad482804c9ca860b84a60a6f0b525a256059229a202163d366a57fb59169c0f4f822ced570b42562e412747f6f716509341f19 WHIRLPOOL 500ccc9ab323bed28fc6b65dbdc04588deae03d3bb500ab623b9b922c436db896b793965bf4e780800138cd780d4fb659a952dc064bb01065e629c69062c330e
24 +DIST sanlock-3.4.0.tar.xz 157016 BLAKE2B 9d588214d260b88cfa3978e831bcd8086ae80aafc1a04b616274da141140a22c2765083632f29402cdae67cdbbdfcefdaff1539e5d45485c6f271e3ee7f6471a SHA512 8a10faaa5b9ce9f0506ca16620ad482804c9ca860b84a60a6f0b525a256059229a202163d366a57fb59169c0f4f822ced570b42562e412747f6f716509341f19
25
26 diff --git a/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild b/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild
27 index a4d7474e909..33d643b5ac7 100644
28 --- a/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild
29 +++ b/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild
30 @@ -18,6 +18,7 @@ IUSE="python"
31 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
32
33 DEPEND="
34 + dev-libs/libaio
35 sys-apps/util-linux
36 python? ( ${PYTHON_DEPS} )
37 "