diff options
author | David Seifert <soap@gentoo.org> | 2020-11-01 19:36:11 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-11-01 19:36:11 +0100 |
commit | f812704e44f3d927dd47f3901c59ee7716adefd0 (patch) | |
tree | 743c8c5a88bcd5616b78b44fa273543ec409ab0b /sci-biology/newick-utils/metadata.xml | |
parent | sci-biology/embassy-phylipnew: Patch out -L/usr/lib for LLD (diff) | |
download | gentoo-f812704e44f3d927dd47f3901c59ee7716adefd0.tar.gz gentoo-f812704e44f3d927dd47f3901c59ee7716adefd0.tar.bz2 gentoo-f812704e44f3d927dd47f3901c59ee7716adefd0.zip |
sci-biology/newick-utils: Port to EAPI 7
* Don't build static libraries by default
* Fix GCC 10 / -fno-common
* Disable automagic guile and lua
Closes: https://bugs.gentoo.org/708534
Closes: https://bugs.gentoo.org/712312
Closes: https://bugs.gentoo.org/727986
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology/newick-utils/metadata.xml')
-rw-r--r-- | sci-biology/newick-utils/metadata.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sci-biology/newick-utils/metadata.xml b/sci-biology/newick-utils/metadata.xml index 959160fe46b1..d9bc91509874 100644 --- a/sci-biology/newick-utils/metadata.xml +++ b/sci-biology/newick-utils/metadata.xml @@ -1,8 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>sci-biology@gentoo.org</email> - <name>Gentoo Biology Project</name> - </maintainer> + <maintainer type="project"> + <email>sci-biology@gentoo.org</email> + <name>Gentoo Biology Project</name> + </maintainer> + <use> + <flag name="xml">Uses <pkg>dev-libs/libxml2</pkg> to handle ornaments</flag> + </use> </pkgmetadata> |