]> Some of my projects - anidbudpclient-overlay.git/commitdiff
tsduck: libedit -> editline
authorAPTX <marek321@gmail.com>
Wed, 10 Aug 2022 14:49:34 +0000 (23:49 +0900)
committerAPTX <marek321@gmail.com>
Wed, 10 Aug 2022 14:49:34 +0000 (23:49 +0900)
media-tv/tsduck/tsduck-9999.ebuild

index ccce7f9a4a386f5665035f53e07741c22df1db06..2ab9b1b4e331e42692ef843cc5174829525c85a7 100644 (file)
@@ -11,12 +11,12 @@ LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE="+curl +libedit dektec smartcard srt teletext test"
+IUSE="+curl +editline dektec smartcard srt teletext test"
 
 
 DEPEND="
        curl? ( net-misc/curl )
-       libedit? ( dev-libs/libedit )
+       editline? ( dev-libs/editline )
        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 "libedit" || make_opts+=" NOEDITLINE=1"
+       use "editline" || make_opts+=" NOEDITLINE=1"
        use "smartcard" || make_opts+=" NOPCSC=1"
        use "srt" || make_opts+=" NOSRT=1"
        use "teletext" || make_opts+=" NOTELETEXT=1"