summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-shells/hstr/hstr-1.21.ebuild12
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 )