diff options
author | Tim Harder <radhermit@gmail.com> | 2016-05-16 03:03:33 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2016-05-16 03:03:33 -0400 |
commit | 5e8e13822a96c5fdad6b2f5c5dc75ebee8b932a1 (patch) | |
tree | a17506e8e23378f38a77db089c428dc941b816ec /NEWS.rst | |
parent | update news (diff) | |
download | pkgcore-5e8e13822a96c5fdad6b2f5c5dc75ebee8b932a1.tar.gz pkgcore-5e8e13822a96c5fdad6b2f5c5dc75ebee8b932a1.tar.bz2 pkgcore-5e8e13822a96c5fdad6b2f5c5dc75ebee8b932a1.zip |
news: minor rst formatting updates
Diffstat (limited to 'NEWS.rst')
-rw-r--r-- | NEWS.rst | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -15,12 +15,12 @@ pkgcore 0.9.3 (2016-??-??) - Add support for PN:slot/subslot and slotted glob targets. This allows for targets to pmerge, pquery, and related utilities to accept targets such as - 'dev-qt/\*:5' and 'boost:0/1.60.0' that signify all Qt 5 libs and all - packages named 'boost' with a slot/subslot of 0/1.60.0, respectively. + **dev-qt/*:5** and **boost:0/1.60.0** that signify all Qt 5 libs and all + packages named *boost* with a slot/subslot of 0/1.60.0, respectively. - Add initial shell utilities and libraries (bash/zsh), currently available - tools are 'pcd' for changing to a package's directory in any repo - (vdb/ebuild/binpkg) and 'psite' for opening a package's homepage in the + tools are *pcd* for changing to a package's directory in any repo + (vdb/ebuild/binpkg) and *psite* for opening a package's homepage in the configured browser using xdg-open. - EAPI 6 support. |