diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-02-18 14:55:45 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-02-18 14:55:45 +0100 |
commit | 51e9940989c4ce76ccafcbffd0096248606abc67 (patch) | |
tree | 4e1794beae279b30696c57829ce3814515e267e9 /sci-libs/bigdft/metadata.xml | |
parent | Fix for HEAD (diff) | |
download | sci-51e9940989c4ce76ccafcbffd0096248606abc67.tar.gz sci-51e9940989c4ce76ccafcbffd0096248606abc67.tar.bz2 sci-51e9940989c4ce76ccafcbffd0096248606abc67.zip |
Move to EAPI=4 and autotools-util.eclass
(Portage version: 2.2.0_alpha86/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-libs/bigdft/metadata.xml')
-rw-r--r-- | sci-libs/bigdft/metadata.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sci-libs/bigdft/metadata.xml b/sci-libs/bigdft/metadata.xml index 4f728fd12..3c0615542 100644 --- a/sci-libs/bigdft/metadata.xml +++ b/sci-libs/bigdft/metadata.xml @@ -1,9 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> -<maintainer> - <email>sci@gentoo.org</email> -</maintainer> -<use><flag name='cuda'>Add cuda support</flag></use> + <herd>sci</herd> + <maintainer> + <email>sci@gentoo.org</email> + </maintainer> + <use> + <flag name="cuda">Add cuda support</flag> + </use> </pkgmetadata> |