summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz N Tiram <oz.tiram@gmail.com>2020-08-05 22:45:38 +0200
committerMike Gilbert <floppym@gentoo.org>2020-08-26 13:49:54 -0400
commitfe9f358f88c12896b1dd4203aeb14f280282c014 (patch)
tree0ae17be5c8aa6a34e60301e3ee0c50b73e29c7ed /net-ftp/tftp-hpa/metadata.xml
parentdev-libs/gobject-introspection: mark 1.64.1-r1 sparc, bug #736727 (diff)
downloadgentoo-fe9f358f88c12896b1dd4203aeb14f280282c014.tar.gz
gentoo-fe9f358f88c12896b1dd4203aeb14f280282c014.tar.bz2
gentoo-fe9f358f88c12896b1dd4203aeb14f280282c014.zip
net-ftp/tftp-hpa: bump EAPI and split the package
Now a user can install either the tftp client or the tftp server or both. This is controlled by use flags. By default both are installed, so this keeps backwards compatibility. Closes: https://github.com/gentoo/gentoo/pull/17023 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Oz Tiram <oz.tiram@gmail.com> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-ftp/tftp-hpa/metadata.xml')
-rw-r--r--net-ftp/tftp-hpa/metadata.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-ftp/tftp-hpa/metadata.xml b/net-ftp/tftp-hpa/metadata.xml
index 56c124413057..e56bfe22863a 100644
--- a/net-ftp/tftp-hpa/metadata.xml
+++ b/net-ftp/tftp-hpa/metadata.xml
@@ -5,4 +5,8 @@
<email>base-system@gentoo.org</email>
<name>Gentoo Base System</name>
</maintainer>
+<use>
+ <flag name="client">Compile and install the tftp client</flag>
+ <flag name="server">Compile and install the tftp server</flag>
+</use>
</pkgmetadata>