aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2016-05-16 03:03:33 -0400
committerTim Harder <radhermit@gmail.com>2016-05-16 03:03:33 -0400
commit5e8e13822a96c5fdad6b2f5c5dc75ebee8b932a1 (patch)
treea17506e8e23378f38a77db089c428dc941b816ec /NEWS.rst
parentupdate news (diff)
downloadpkgcore-5e8e13822a96c5fdad6b2f5c5dc75ebee8b932a1.tar.gz
pkgcore-5e8e13822a96c5fdad6b2f5c5dc75ebee8b932a1.tar.bz2
pkgcore-5e8e13822a96c5fdad6b2f5c5dc75ebee8b932a1.zip
news: minor rst formatting updates
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 20c395a83..e73aab477 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -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.