summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2017-12-05 09:21:25 +0100
committerMarc Schiffbauer <mschiff@gentoo.org>2017-12-05 09:21:25 +0100
commit59578d959e3edeeb5b5608ec9ecc2539a644f2b1 (patch)
tree905992e65e9f589b22166df755bfc9d139b4db5c
parentdev-util/pkgconf-1.3.7: added ~mips, bug 617758 (diff)
downloadgentoo-59578d959e3edeeb5b5608ec9ecc2539a644f2b1.tar.gz
gentoo-59578d959e3edeeb5b5608ec9ecc2539a644f2b1.tar.bz2
gentoo-59578d959e3edeeb5b5608ec9ecc2539a644f2b1.zip
sys-cluster/sanlock: add dep to dev-libs/libaio
fixes #617988 Package-Manager: Portage-2.3.16, Repoman-2.3.6
-rw-r--r--sys-cluster/sanlock/Manifest2
-rw-r--r--sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild1
2 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/sanlock/Manifest b/sys-cluster/sanlock/Manifest
index 7a3cd9cb52e9..5dfde700cebc 100644
--- a/sys-cluster/sanlock/Manifest
+++ b/sys-cluster/sanlock/Manifest
@@ -1 +1 @@
-DIST sanlock-3.4.0.tar.xz 157016 SHA256 b4b18eb0af1bfc730a037f9da7dd84777c9a4ceb1a1ac2e577705124c4c9e891 SHA512 8a10faaa5b9ce9f0506ca16620ad482804c9ca860b84a60a6f0b525a256059229a202163d366a57fb59169c0f4f822ced570b42562e412747f6f716509341f19 WHIRLPOOL 500ccc9ab323bed28fc6b65dbdc04588deae03d3bb500ab623b9b922c436db896b793965bf4e780800138cd780d4fb659a952dc064bb01065e629c69062c330e
+DIST sanlock-3.4.0.tar.xz 157016 BLAKE2B 9d588214d260b88cfa3978e831bcd8086ae80aafc1a04b616274da141140a22c2765083632f29402cdae67cdbbdfcefdaff1539e5d45485c6f271e3ee7f6471a SHA512 8a10faaa5b9ce9f0506ca16620ad482804c9ca860b84a60a6f0b525a256059229a202163d366a57fb59169c0f4f822ced570b42562e412747f6f716509341f19
diff --git a/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild b/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild
index a4d7474e909b..33d643b5ac79 100644
--- a/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild
+++ b/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild
@@ -18,6 +18,7 @@ IUSE="python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
DEPEND="
+ dev-libs/libaio
sys-apps/util-linux
python? ( ${PYTHON_DEPS} )
"