mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user