diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:34:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:34:02 +0200 |
commit | c066015f198c573c1fa54cc71f771b3aa5c7ed0b (patch) | |
tree | 7cdf3fbcb72bea1d33e0f75909d92fec7dffc123 /app-shells/hstr | |
parent | app-portage: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-c066015f198c573c1fa54cc71f771b3aa5c7ed0b.tar.gz gentoo-c066015f198c573c1fa54cc71f771b3aa5c7ed0b.tar.bz2 gentoo-c066015f198c573c1fa54cc71f771b3aa5c7ed0b.zip |
app-shells: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-shells/hstr')
-rw-r--r-- | app-shells/hstr/hstr-2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/hstr/hstr-2.0.ebuild b/app-shells/hstr/hstr-2.0.ebuild index 0f78fdf6d9a8..206760fd98b8 100644 --- a/app-shells/hstr/hstr-2.0.ebuild +++ b/app-shells/hstr/hstr-2.0.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 ~amd64-fbsd" +KEYWORDS="amd64 x86" RDEPEND=" sys-libs/ncurses:0=[unicode]" |