diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2016-05-29 21:23:03 +0200 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2016-05-29 21:24:19 +0200 |
commit | b6ce5205f6e8c31c63143f105cdd9fe0faa1e7f0 (patch) | |
tree | 75d0ee0e2cb6fa460a8a0ab0bd3fd7427ecfa306 /app-antivirus | |
parent | dev-libs/libevdev: Version bump (diff) | |
download | gentoo-b6ce5205f6e8c31c63143f105cdd9fe0faa1e7f0.tar.gz gentoo-b6ce5205f6e8c31c63143f105cdd9fe0faa1e7f0.tar.bz2 gentoo-b6ce5205f6e8c31c63143f105cdd9fe0faa1e7f0.zip |
changed order of projects so antivirus is above net-mail
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/metadata.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-antivirus/clamav/metadata.xml b/app-antivirus/clamav/metadata.xml index ae3e90ffe0ec..7d510408a044 100644 --- a/app-antivirus/clamav/metadata.xml +++ b/app-antivirus/clamav/metadata.xml @@ -2,13 +2,13 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="project"> - <email>net-mail@gentoo.org</email> - <name>Net-Mail</name> - </maintainer> - <maintainer type="project"> <email>antivirus@gentoo.org</email> <name>Gentoo Antivirus Project</name> </maintainer> + <maintainer type="project"> + <email>net-mail@gentoo.org</email> + <name>Net-Mail</name> + </maintainer> <use> <flag name="clamdtop">A Top like tool which shows what clamd is currently scanning amongst other things</flag> <flag name="metadata-analysis-api">Enables collection of file property metadata using ClamAV API for analysis by ClamAV bytecode programs.</flag> |