aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2015-07-25 20:33:06 -0400
committerTim Harder <radhermit@gmail.com>2015-07-25 20:34:20 -0400
commit75dbd0f178217b55547c2de308a9f215df63c5a4 (patch)
tree801afc31157573b973916180992e70aec4e7ada2 /NEWS.rst
parentcolorize die() output on the bash side and pass --color setting down to bash (diff)
downloadpkgcore-75dbd0f178217b55547c2de308a9f215df63c5a4.tar.gz
pkgcore-75dbd0f178217b55547c2de308a9f215df63c5a4.tar.bz2
pkgcore-75dbd0f178217b55547c2de308a9f215df63c5a4.zip
update news
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 8eea0c02c..e5fb8636f 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -13,10 +13,10 @@ pkgcore master
- Drop deprecated support for /etc/make.profile, only /etc/portage/make.profile
is supported now when using portage config files.
-- A commandline option '--override-config' allows the user to override the
- location of config files. If set to a file location it assumes it's a pkgcore
- config file; otherwise, if it's set to a directory it assumes its a portage
- config directory (e.g. /etc/portage).
+- A commandline option '--config' allows the user to override the location of
+ config files. If set to a file location it assumes it's a pkgcore config
+ file; otherwise, if it's set to a directory it assumes its a portage config
+ directory (e.g. /etc/portage).
- Use correct EPREFIX and EROOT settings. This fixes non-prefix builds when ROOT
is non-null.