diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-12-17 23:51:47 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-12-17 23:51:47 +0100 |
commit | 744c061e32d2d091932e93605e4a3aac7bd6d5dd (patch) | |
tree | a6460db182f9b8e569aeb8ce354d86f06dc3f744 /app-shells/hstr | |
parent | app-admin/logcheck: update elog doc link. (diff) | |
download | gentoo-744c061e32d2d091932e93605e4a3aac7bd6d5dd.tar.gz gentoo-744c061e32d2d091932e93605e4a3aac7bd6d5dd.tar.bz2 gentoo-744c061e32d2d091932e93605e4a3aac7bd6d5dd.zip |
app-shells/hstr: mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-shells/hstr')
-rw-r--r-- | app-shells/hstr/hstr-1.21.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app-shells/hstr/hstr-1.21.ebuild b/app-shells/hstr/hstr-1.21.ebuild index bb1908cbea54..45909eb255ac 100644 --- a/app-shells/hstr/hstr-1.21.ebuild +++ b/app-shells/hstr/hstr-1.21.ebuild @@ -14,13 +14,15 @@ SRC_URI="https://github.com/dvorka/hstr/archive/${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="Apache-2.0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="sys-libs/ncurses:0=" -DEPEND="${RDEPEND} - virtual/pkgconfig -" +RDEPEND=" + sys-libs/ncurses:0=" + +DEPEND=" + ${RDEPEND} + virtual/pkgconfig" DOCS=( CONFIGURATION.md README.md ) |