diff options
author | 2012-01-31 16:05:09 +0000 | |
---|---|---|
committer | 2012-01-31 16:05:09 +0000 | |
commit | 98fe5675c6d011d5a478692294efb7dbc8d841c9 (patch) | |
tree | ba479a4facede5b26249ea2ddfe118d232ca187b /sys-apps/pciutils/metadata.xml | |
parent | ppc64 stable wrt #384221 (diff) | |
download | gentoo-2-98fe5675c6d011d5a478692294efb7dbc8d841c9.tar.gz gentoo-2-98fe5675c6d011d5a478692294efb7dbc8d841c9.tar.bz2 gentoo-2-98fe5675c6d011d5a478692294efb7dbc8d841c9.zip |
Split logic between supporting a compressed db (USE=zlib) and using one (USE=compress-db) #360849 #397591 and some others.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/pciutils/metadata.xml')
-rw-r--r-- | sys-apps/pciutils/metadata.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/pciutils/metadata.xml b/sys-apps/pciutils/metadata.xml index 4902280d842d..ac8266dbf250 100644 --- a/sys-apps/pciutils/metadata.xml +++ b/sys-apps/pciutils/metadata.xml @@ -3,8 +3,8 @@ <pkgmetadata> <herd>base-system</herd> <use> - <flag name='network-cron'> - Monthly cronjob the update-pciids script - </flag> + <flag name='compress-db'>Compress pci.ids database by default</flag> + <flag name='network-cron'>Monthly cronjob the update-pciids script</flag> + <flag name='zlib'>Support compressed pci.ids database</flag> </use> </pkgmetadata> |