diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-12-05 20:36:17 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-12-05 20:43:43 -0800 |
commit | 545fbfcb51976a33ea4b7af5d244ac161556ba9d (patch) | |
tree | ad6360d2c22283c120bc6ef69929fdba9834592e | |
parent | emerge: add --implicit-system-deps <y|n> option (bug 681312) (diff) | |
download | portage-2.3.81.tar.gz portage-2.3.81.tar.bz2 portage-2.3.81.zip |
Updates for portage-2.3.81 releaseportage-2.3.81
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | RELEASE-NOTES | 8 | ||||
-rwxr-xr-x | setup.py | 2 |
3 files changed, 20 insertions, 1 deletions
@@ -1,5 +1,16 @@ News (mainly features/major bug fixes) +portage-2.3.80 +-------------- +* The emerge --quickpkg-direct option enables use of installed packages + directly as binary packages. It can be used to create minimal runtime + container images (which need not include a package manager), or to + enable a live image to act as a binary installer that uses packages + installed in the live image as a source of binary packages. This + option is especially useful in combination with --usepkgonly and + --ignore-soname-deps=n options, allowing implicit system dependencies + such as libc to be automatically accounted for. + portage-2.3.77 -------------- * The emerge --autounmask option is now disabled by default, except for diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a3b077da0..e4df13dc8 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,14 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-2.3.81 +================================== +* Bug Fixes: + - Bug 681312 add emerge --implicit-system-deps <y|n> option + - Bug 701996 fix virtual/wine handling to avoid pulling in multiple + wine implementations in some cases + + portage-2.3.80 ================================== * Bug Fixes: @@ -662,7 +662,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '2.3.80', + version = '2.3.81', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org', |