diff options
author | Stefan G. Weichinger <office@oops.co.at> | 2017-11-06 11:04:34 +0100 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2017-11-06 22:15:51 -0800 |
commit | 0016f461cb30308ba627329b0e760a2f8dfc6d8a (patch) | |
tree | 54ddc85136fe11c30dd66f00fbd8c93e1192da33 /app-backup/amanda/metadata.xml | |
parent | www-client/vivaldi: Old. (diff) | |
download | gentoo-0016f461cb30308ba627329b0e760a2f8dfc6d8a.tar.gz gentoo-0016f461cb30308ba627329b0e760a2f8dfc6d8a.tar.bz2 gentoo-0016f461cb30308ba627329b0e760a2f8dfc6d8a.zip |
app-backup/amanda: make NDMP optional
NDMP is an uncommon feature, and fails to build with newer glibc at this time; make it optional for now.
Closes: https://bugs.gentoo.org/376127
Closes: https://bugs.gentoo.org/636262
Closes: https://github.com/gentoo/gentoo/pull/6137
Closes: https://github.com/gentoo/gentoo/pull/6138
Closes: https://github.com/gentoo/gentoo/pull/6142
(cherry picked from commit 337a72935369e963b74b8293e3a9ecbce1383bd0)
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'app-backup/amanda/metadata.xml')
-rw-r--r-- | app-backup/amanda/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-backup/amanda/metadata.xml b/app-backup/amanda/metadata.xml index e191fc902dcf..a044ded27632 100644 --- a/app-backup/amanda/metadata.xml +++ b/app-backup/amanda/metadata.xml @@ -23,6 +23,7 @@ <use> <flag name="xfs">Support for backing up raw XFS filesystems using xfsdump</flag> <flag name="s3">Support for backing up to the Amazon S3 system</flag> + <flag name="ndmp">Support for the NDMP protocol</flag> </use> <upstream> <remote-id type="sourceforge">amanda</remote-id> |