mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
USE flags are not meant for this (causing recompilation of everything when changing plugins configuration). In addition, this solves the problem of the main frama-c ebuild having too much USE flags. Signed-off-by: François-Xavier Carton <fx.carton91@gmail.com>
12 lines
334 B
XML
12 lines
334 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<name>François-Xavier Carton</name>
|
|
<email>fx.carton91@gmail.com</email>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="eva">Build support for the Eva plugin</flag>
|
|
</use>
|
|
</pkgmetadata>
|