diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-08-30 10:46:33 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-08-30 10:46:33 -0700 |
commit | f6dd8aae8eb6a34bf79a7ea017e9d4d391638025 (patch) | |
tree | 8b79de8add3b5a4dd22779fe8a87a5b69cdef1d1 | |
parent | 6ef7b0bc75676986a28b8f90adb94f2c5aa49f60 (diff) | |
parent | 83f417c2f278ba688225d06de0cb4c8a63e7b989 (diff) | |
download | portage-f6dd8aae8eb6a34bf79a7ea017e9d4d391638025.tar.gz portage-f6dd8aae8eb6a34bf79a7ea017e9d4d391638025.tar.bz2 portage-f6dd8aae8eb6a34bf79a7ea017e9d4d391638025.zip |
Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portage
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 90848e972..9270b3eff 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -36,13 +36,13 @@ portage-2.1.9 emerge(1) man page for details. * Per-package environment variables can be set with the new package.env configuration file in /etc/portage/. See the portage(5) man page for details. -* Support for per-package bashrc files in /etc/p[ortage/env. See the portage(5) +* Support for per-package bashrc files in /etc/portage/env. See the portage(5) man page for details. * The package.keywords configuration file in /etc/portage/ is now deprecated. Instead use the package.accept_keywords file which has the same format and behavior. See the portage(5) man page for details. * FEATURES="fixlafiles" (enabled by default): Rewrites newly installed .la - files in the same way dev-util/lafilefixer does. Note that this wont fix + files in the same way dev-util/lafilefixer does. Note that this won't fix your installed .la files. portage-2.1.8 |