summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-17 00:18:48 +0100
committerSam James <sam@gentoo.org>2021-04-18 07:04:17 +0100
commit95aceecc376ab0790161a42119ee184ecc5cf929 (patch)
treebc01a756f163d358f800c437d43807f26b00de5e /sys-apps
parentsys-apps/prctl: toolchain-funcs--, drop empty variables (diff)
downloadgentoo-95aceecc376ab0790161a42119ee184ecc5cf929.tar.gz
gentoo-95aceecc376ab0790161a42119ee184ecc5cf929.tar.bz2
gentoo-95aceecc376ab0790161a42119ee184ecc5cf929.zip
sys-apps/pick: autotools--, BDEPEND
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/pick/pick-4.0.0.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-apps/pick/pick-4.0.0.ebuild b/sys-apps/pick/pick-4.0.0.ebuild
index 9bf033c64ad7..74ce519db2c9 100644
--- a/sys-apps/pick/pick-4.0.0.ebuild
+++ b/sys-apps/pick/pick-4.0.0.ebuild
@@ -3,20 +3,19 @@
EAPI=7
-inherit autotools toolchain-funcs
+inherit toolchain-funcs
-DESCRIPTION="a fuzzy search tool for the command-line"
+DESCRIPTION="A fuzzy search tool for the command-line"
HOMEPAGE="https://github.com/mptre/pick"
SRC_URI="https://github.com/mptre/pick/releases/download/v${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}/${PN}-4.0.0-tinfo.patch"