diff options
author | Sam James <sam@gentoo.org> | 2023-05-13 03:28:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-13 03:29:06 +0100 |
commit | 704707a580e4850f4ebbb68ce0271a9f72e7f1bc (patch) | |
tree | 6c2680b31b7236d247659d3c05081fdbb68dfc0d /sys-libs | |
parent | app-i18n/yaskkserv2: new upstream release (diff) | |
download | gentoo-704707a580e4850f4ebbb68ce0271a9f72e7f1bc.tar.gz gentoo-704707a580e4850f4ebbb68ce0271a9f72e7f1bc.tar.bz2 gentoo-704707a580e4850f4ebbb68ce0271a9f72e7f1bc.zip |
sys-libs/ncurses-compat: add github upstream metadata
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/ncurses-compat/metadata.xml | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/sys-libs/ncurses-compat/metadata.xml b/sys-libs/ncurses-compat/metadata.xml index ca53c7cdb04d..b1102f235f24 100644 --- a/sys-libs/ncurses-compat/metadata.xml +++ b/sys-libs/ncurses-compat/metadata.xml @@ -1,18 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>base-system@gentoo.org</email> - <name>Gentoo Base System</name> -</maintainer> -<use> - <flag name="tinfo"> - Build curses library (libncurses) sep from the low-level terminfo - library (libtinfo) -- usually needed only for binary packages -- but - it is binary compatible in either mode - </flag> -</use> -<upstream> - <remote-id type="cpe">cpe:/a:gnu:ncurses</remote-id> -</upstream> + <maintainer type="project"> + <email>base-system@gentoo.org</email> + <name>Gentoo Base System</name> + </maintainer> + <use> + <flag name="stack-realign"> + Realign the stack in the 32-bit build for compatibility with older binaries at some performance cost. + Avoids crashes in older 32-bit binaries. Only affects x86/32-bit multilib builds on amd64. + </flag> + <flag name="tinfo"> + Build curses library (libncurses) sep from the low-level terminfo + library (libtinfo) -- usually needed only for binary packages -- but + it is binary compatible in either mode + </flag> + </use> + <upstream> + <changelog>https://invisible-island.net/ncurses/NEWS.html</changelog> + <remote-id type="cpe">cpe:/a:gnu:ncurses</remote-id> + <remote-id type="github">ThomasDickey/ncurses-snapshots</remote-id> + </upstream> </pkgmetadata> |