summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/newt: arm64 stableAaron Bauman2019-05-231-1/+1
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64"
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/newt: arm stable wrt bug #661012Mikle Kolyada2018-10-091-2/+2
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* dev-libs/newt-0.52.20-r0: alpha stableTobias Klausmann2018-09-131-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/661012
* dev-libs/newt: x86 stable (bug #661012)Thomas Deutschmann2018-08-161-1/+1
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* dev-libs/newt: amd64 stable wrt bug #661012Mikle Kolyada2018-08-141-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-libs/newt: stable 0.52.20 for ppc, bug #661012Sergei Trofimovich2018-08-111-1/+1
| | | | | Package-Manager: Portage-2.3.45, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc"
* dev-libs/newt: stable 0.52.20 for ppc64, bug #661012Sergei Trofimovich2018-08-111-1/+1
| | | | | Package-Manager: Portage-2.3.45, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc64"
* dev-libs/newt: stable 0.52.20 for hppa, bug #661012Sergei Trofimovich2018-08-111-1/+1
| | | | | Package-Manager: Portage-2.3.45, Repoman-2.3.10 RepoMan-Options: --include-arches="hppa"
* dev-libs/newt: stable 0.52.20 for ia64, bug #661012Sergei Trofimovich2018-08-111-1/+1
| | | | | Package-Manager: Portage-2.3.45, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* dev-libs/newt: stable 0.52.20 for sparc, bug #661012Rolf Eike Beer2018-08-091-1/+1
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc"
* dev-libs/newt: fix HOMEPAGE and SRC_URI.Michael Mair-Keimberger2018-02-151-3/+3
| | | | | Closes: https://bugs.gentoo.org/647256 Closes: https://github.com/gentoo/gentoo/pull/7149
* dev-libs/newt: version bump to 0.52.20 and bump to EAPI 6.Ben Kohler2017-10-041-0/+92
* Bump to upsream version 0.52.20. * Convert to EAPI=6, which requires a small patch adjustment for -p1. * Remove now-unused eutils inherit. * Add 3.x to PYTHON_COMPAT since upstream added py3 support. * Add :0 slot on ncurses dep. Closes: https://bugs.gentoo.org/598904 Closes: https://github.com/gentoo/gentoo/pull/5738