diff options
author | David Seifert <soap@gentoo.org> | 2020-02-09 19:49:24 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-09 19:49:24 +0100 |
commit | 481e4782929aef758ba3de9d28cc598d88a1fe9c (patch) | |
tree | e8a8038f258c664193b25a88bf1cd3c326ef7373 /net-libs/udns/metadata.xml | |
parent | dev-python/oslo-utils: cleanup (diff) | |
download | gentoo-481e4782929aef758ba3de9d28cc598d88a1fe9c.tar.gz gentoo-481e4782929aef758ba3de9d28cc598d88a1fe9c.tar.bz2 gentoo-481e4782929aef758ba3de9d28cc598d88a1fe9c.zip |
net-libs/udns: Port to EAPI 7
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-libs/udns/metadata.xml')
-rw-r--r-- | net-libs/udns/metadata.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-libs/udns/metadata.xml b/net-libs/udns/metadata.xml index f0db182dbd42..63f962261674 100644 --- a/net-libs/udns/metadata.xml +++ b/net-libs/udns/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> -<use> - <flag name="tools">Build and install dnsget, ex-rdns and rblcheck tools</flag> -</use> -<longdescription> -UDNS is a stub DNS resolver library with ability to perform both syncronous and asyncronous DNS queries. -</longdescription> + <!-- maintainer-needed --> + <use> + <flag name="tools">Build and install dnsget, ex-rdns and rblcheck tools</flag> + </use> + <longdescription> + UDNS is a stub DNS resolver library with ability to perform both syncronous and asyncronous DNS queries. + </longdescription> </pkgmetadata> |