diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-11-21 09:16:57 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-11-21 09:19:50 +0100 |
commit | 195a615dbfb0f774779316ed288d0c715dddc814 (patch) | |
tree | 3688be1bd51b2e5a0d9f3f7357c668c543b30f9c /app-shells | |
parent | sys-apps/coreutils: stable 8.28-r1 for ppc, bug #638176 (diff) | |
download | gentoo-195a615dbfb0f774779316ed288d0c715dddc814.tar.gz gentoo-195a615dbfb0f774779316ed288d0c715dddc814.tar.bz2 gentoo-195a615dbfb0f774779316ed288d0c715dddc814.zip |
app-shells/hstr: stable for amd64+x86.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/hstr/hstr-1.23.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-shells/hstr/hstr-1.23.ebuild b/app-shells/hstr/hstr-1.23.ebuild index aa0d958ff0d8..c1c420e73d24 100644 --- a/app-shells/hstr/hstr-1.23.ebuild +++ b/app-shells/hstr/hstr-1.23.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/dvorka/hstr/archive/${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND="sys-libs/ncurses:0=" @@ -20,9 +20,7 @@ DEPEND=" virtual/pkgconfig" DOCS=( CONFIGURATION.md README.md ) -PATCHES=( - "${FILESDIR}"/${PN}-1.23-tinfo.patch -) +PATCHES=( "${FILESDIR}/${P}-tinfo.patch" ) src_prepare() { default |