diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-03-18 19:30:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-03-18 20:10:41 +0100 |
commit | 3c06aedcc7742d044017d16e04a9ff49d15c6ee5 (patch) | |
tree | b75aadb3b74c9e401f40e70b54634619394305a5 /dev-libs/libmaa | |
parent | dev-libs/libgcrypt: Remove the multilib project as co-maintainer (diff) | |
download | gentoo-3c06aedcc7742d044017d16e04a9ff49d15c6ee5.tar.gz gentoo-3c06aedcc7742d044017d16e04a9ff49d15c6ee5.tar.bz2 gentoo-3c06aedcc7742d044017d16e04a9ff49d15c6ee5.zip |
dev-libs/libmaa: Remove invalid <pkg/> uses in metadata.xml
Remove the uses of <pkg/> that referenced the package using unqualified
name. The elements could be fixed to use qualified names -- however, by
definition they are intended to be used for cross-linking, and there is
no point in linking the package to itself.
Diffstat (limited to 'dev-libs/libmaa')
-rw-r--r-- | dev-libs/libmaa/metadata.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libmaa/metadata.xml b/dev-libs/libmaa/metadata.xml index 6c2bf45ae27f..d75fa6bebf37 100644 --- a/dev-libs/libmaa/metadata.xml +++ b/dev-libs/libmaa/metadata.xml @@ -3,9 +3,9 @@ <pkgmetadata> <!-- maintainer-needed --> <longdescription lang="en"> - The <pkg>libmaa</pkg> library provides many low-level data structures which + The libmaa library provides many low-level data structures which are helpful for writing compilers, including hash tables, sets, lists, - debugging support, and memory management. Although <pkg>libmaa</pkg> was + debugging support, and memory management. Although libmaa was designed and implemented as a foundation for the KHEPERA Transformation System, the data structures are generally applicable to a wide range of programming problems. The memory management routines are especially helpful |