diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-07 09:42:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-07 09:55:44 +0100 |
commit | 78da4b0ad7544b51f190d94569564f725f8bb7d1 (patch) | |
tree | 60def4cbdcee03d619b115fc07c3a118749398f2 | |
parent | dev-haskell/binary: drop old (diff) | |
download | gentoo-78da4b0ad7544b51f190d94569564f725f8bb7d1.tar.gz gentoo-78da4b0ad7544b51f190d94569564f725f8bb7d1.tar.bz2 gentoo-78da4b0ad7544b51f190d94569564f725f8bb7d1.zip |
sys-block/parted: Take over
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | sys-block/parted/metadata.xml | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/sys-block/parted/metadata.xml b/sys-block/parted/metadata.xml index 2011c0117f13..b8cf19daf262 100644 --- a/sys-block/parted/metadata.xml +++ b/sys-block/parted/metadata.xml @@ -1,20 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>livecd@gentoo.org</email> - <name>Gentoo LiveCD Project</name> + <maintainer type="person"> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> </maintainer> <use> <flag name="device-mapper"> - Enable device-mapper support from <pkg>sys-fs/lvm2</pkg> in parted - </flag> + Enable device-mapper support from <pkg>sys-fs/lvm2</pkg> + in parted + </flag> <flag name="debug"> - Enable debugging as encouraged by upstream: [The default configuration] - includes --enable-debug (by default), which contains many assertions. - Obviously, these "waste" space, but in the past, they have caught - potentially dangerous bugs before they would have done damage, so we think - it's worth it. Also, it means we get more bug reports ;) - </flag> + Enable debugging as encouraged by upstream: [The default + configuration] includes --enable-debug (by default), which + contains many assertions. Obviously, these "waste" space, + but in the past, they have caught potentially dangerous bugs + before they would have done damage, so we think it's worth + it. Also, it means we get more bug reports ;) + </flag> </use> </pkgmetadata> |