diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-23 05:46:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-23 05:46:46 +0000 |
commit | 734cd0759759b9136dcb52d87619f3ffa1f0f97e (patch) | |
tree | dd7dd1f9aac295fa90cde204772a41de06bec570 /dev-util/astyle | |
parent | kde-base is done (diff) | |
download | historical-734cd0759759b9136dcb52d87619f3ffa1f0f97e.tar.gz historical-734cd0759759b9136dcb52d87619f3ffa1f0f97e.tar.bz2 historical-734cd0759759b9136dcb52d87619f3ffa1f0f97e.zip |
fix up metadata.xml (glep 56)
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-util/astyle')
-rw-r--r-- | dev-util/astyle/metadata.xml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/dev-util/astyle/metadata.xml b/dev-util/astyle/metadata.xml index fb77ba8abe2e..6950bb146844 100644 --- a/dev-util/astyle/metadata.xml +++ b/dev-util/astyle/metadata.xml @@ -1,13 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>dev-tools</herd> -<maintainer> - <email>nerdboy@gentoo.org</email> - <description>Primary maintainer</description> -</maintainer> - -<longdescription> + <herd>dev-tools</herd> + <maintainer> + <email>nerdboy@gentoo.org</email> + <description>Primary maintainer</description> + </maintainer> + <longdescription> From the web page: Artistic Style is a reindenter and reformatter of C++, C and Java source @@ -35,4 +34,7 @@ files. These can be used from a command line, or it can be incorporated as classes in another C++ program. </longdescription> + <use> + <flag name="libs">builds and installs both shared and static library interfaces</flag> + </use> </pkgmetadata> |