commit: 744c061e32d2d091932e93605e4a3aac7bd6d5dd Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sat Dec 17 22:51:47 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Dec 17 22:51:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=744c061e
app-shells/hstr: mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.3.0 app-shells/hstr/hstr-1.21.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/app-shells/hstr/hstr-1.21.ebuild b/app-shells/hstr/hstr-1.21.ebuild index bb1908c..45909eb 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 )
