diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | pkgcore/const.py | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -4,6 +4,8 @@ Pkgcore Release Notes See ChangeLog for full commit logs; this is summarized/major changes. +* pkgcore 0.7.6.1: Dec 1st, 2011 + * fix portage_config generation bug in 0.7.6; in the process, forced overlay's eclass stacking onto PORTDIR is no longer done by default. diff --git a/pkgcore/const.py b/pkgcore/const.py index c715f382c..c600d82ba 100644 --- a/pkgcore/const.py +++ b/pkgcore/const.py @@ -29,4 +29,4 @@ HOST_ROOT_PATHS = ("/usr/local/sbin", "/usr/local/bin", "/usr/sbin", LIBFAKEROOT_PATH = "/usr/lib/libfakeroot.so" FAKED_PATH = "/usr/bin/faked" -VERSION = '0.7.6' +VERSION = '0.7.6.1' |