From: APTX Date: Wed, 10 Aug 2022 15:03:42 +0000 (+0900) Subject: Revert "tsduck: libedit -> editline" X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=d73a280dfb992bdd1c0f18b9c056178f2d032305;p=anidbudpclient-overlay.git Revert "tsduck: libedit -> editline" This reverts commit cd7bad19ed8b1a61e90d32bcf3e2effe6a62d824. --- diff --git a/media-tv/tsduck/tsduck-9999.ebuild b/media-tv/tsduck/tsduck-9999.ebuild index 2ab9b1b..ccce7f9 100644 --- a/media-tv/tsduck/tsduck-9999.ebuild +++ b/media-tv/tsduck/tsduck-9999.ebuild @@ -11,12 +11,12 @@ LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+curl +editline dektec smartcard srt teletext test" +IUSE="+curl +libedit dektec smartcard srt teletext test" DEPEND=" curl? ( net-misc/curl ) - editline? ( dev-libs/editline ) + libedit? ( dev-libs/libedit ) smartcard? ( sys-apps/pcsc-lite ) srt? ( net-libs/srt ) " @@ -28,7 +28,7 @@ src_compile() { use "test" || make_opts+=" NOTEST=1" use "dektec" || make_opts+=" NODTAPI=1" use "curl" || make_opts+=" NOCURL=1" - use "editline" || make_opts+=" NOEDITLINE=1" + use "libedit" || make_opts+=" NOEDITLINE=1" use "smartcard" || make_opts+=" NOPCSC=1" use "srt" || make_opts+=" NOSRT=1" use "teletext" || make_opts+=" NOTELETEXT=1"