summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2018-08-31 09:15:10 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2018-08-31 09:15:54 -0700
commit2f3787c1295f4224b34e20beac7b7b4ffd565bf4 (patch)
treee5184991617814a1935d503fc9c7e841ed4f1f34
parentnet-dns/pdns-recursor: Version bump (diff)
downloadgentoo-2f3787c1.tar.gz
gentoo-2f3787c1.tar.bz2
gentoo-2f3787c1.zip
sys-fs/lvm2: missing libaio dep
Fixes: https://bugs.gentoo.org/664738 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Package-Manager: Portage-2.3.48, Repoman-2.3.10
-rw-r--r--sys-fs/lvm2/lvm2-2.02.181.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-fs/lvm2/lvm2-2.02.181.ebuild b/sys-fs/lvm2/lvm2-2.02.181.ebuild
index 1363c1d32cf3..9e8a0dfcb8fa 100644
--- a/sys-fs/lvm2/lvm2-2.02.181.ebuild
+++ b/sys-fs/lvm2/lvm2-2.02.181.ebuild
@@ -25,6 +25,9 @@ DEPEND_COMMON="
=sys-cluster/libdlm-3*
)
+ dev-libs/libaio[static-libs?]
+ static? ( dev-libs/libaio[static-libs] )
+ !static? ( dev-libs/libaio[static-libs?] )
readline? ( sys-libs/readline:0= )
sanlock? ( sys-cluster/sanlock )
systemd? ( >=sys-apps/systemd-205:0= )