diff options
author | James Le Cuirot <chewi@gentoo.org> | 2017-12-09 20:21:25 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-12-09 20:21:44 +0000 |
commit | 3043bfca8bf2a5f3a5966f7b51edd4ddaa414346 (patch) | |
tree | d9b6685b7f9caac9b41eda93cf0a91a7fbbef023 /sys-cluster | |
parent | sys-kernel/gentoo-sources: linux patches 4.4-108 (diff) | |
download | gentoo-3043bfca8bf2a5f3a5966f7b51edd4ddaa414346.tar.gz gentoo-3043bfca8bf2a5f3a5966f7b51edd4ddaa414346.tar.bz2 gentoo-3043bfca8bf2a5f3a5966f7b51edd4ddaa414346.zip |
sys-cluster/glusterfs: Oops, 3.13.0 does not have --with-libtirpc
This flag is not yet released. It did no harm but let's not make this
situation any more confusing.
Package-Manager: Portage-2.3.17, Repoman-2.3.6
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-3.13.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-3.13.0.ebuild b/sys-cluster/glusterfs/glusterfs-3.13.0.ebuild index 4615e8fa7565..4524cb29ef4b 100644 --- a/sys-cluster/glusterfs/glusterfs-3.13.0.ebuild +++ b/sys-cluster/glusterfs/glusterfs-3.13.0.ebuild @@ -118,7 +118,6 @@ src_configure() { $(use_enable tiering) \ $(use_enable xml xml-output) \ $(use_with libtirpc ipv6-default) \ - $(use_with libtirpc) \ --with-tmpfilesdir="${EPREFIX}"/etc/tmpfiles.d \ --docdir="${EPREFIX}"/usr/share/doc/${PF} \ --localstatedir="${EPREFIX}"/var |