diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2018-08-31 09:15:10 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2018-08-31 09:15:54 -0700 |
commit | 2f3787c1295f4224b34e20beac7b7b4ffd565bf4 (patch) | |
tree | e5184991617814a1935d503fc9c7e841ed4f1f34 /sys-fs | |
parent | net-dns/pdns-recursor: Version bump (diff) | |
download | gentoo-2f3787c1295f4224b34e20beac7b7b4ffd565bf4.tar.gz gentoo-2f3787c1295f4224b34e20beac7b7b4ffd565bf4.tar.bz2 gentoo-2f3787c1295f4224b34e20beac7b7b4ffd565bf4.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
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/lvm2/lvm2-2.02.181.ebuild | 3 |
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= ) |