mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
repoman does not yet accept the https version.
This partially reverts eaaface92e.
Bug: https://bugs.gentoo.org/552720
13 lines
421 B
XML
13 lines
421 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>bsd</herd>
|
|
<longdescription lang="en">
|
|
This is a quick-n-dirty BSD licensed clone of backtrace facility found
|
|
in the GNU libc, mainly intended for porting linuxish code to BSD
|
|
platforms, however it can be used at any platform which has a gcc
|
|
compiler.
|
|
</longdescription>
|
|
</pkgmetadata>
|
|
|