diff options
author | Sam James <sam@gentoo.org> | 2021-04-21 06:26:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-21 19:49:17 +0100 |
commit | 5454f5f0fc8e54c1dc922c491e6a3714f7deb301 (patch) | |
tree | cb189111a26b692c67511a95c04797429e5068af /dev-cpp/notcurses | |
parent | net-mail/mailutils: add libunistring subslot operator (diff) | |
download | gentoo-5454f5f0fc8e54c1dc922c491e6a3714f7deb301.tar.gz gentoo-5454f5f0fc8e54c1dc922c491e6a3714f7deb301.tar.bz2 gentoo-5454f5f0fc8e54c1dc922c491e6a3714f7deb301.zip |
dev-cpp/notcurses: add libunistring subslot operator
Not revbumping given a change isn't imminent and
releases are infrequent.
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/notcurses')
-rw-r--r-- | dev-cpp/notcurses/notcurses-2.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/notcurses/notcurses-2.2.3.ebuild b/dev-cpp/notcurses/notcurses-2.2.3.ebuild index 52303eeff6fe..9715255eb4f2 100644 --- a/dev-cpp/notcurses/notcurses-2.2.3.ebuild +++ b/dev-cpp/notcurses/notcurses-2.2.3.ebuild @@ -14,9 +14,9 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="dev-libs/libunistring +DEPEND="dev-libs/libunistring:= media-video/ffmpeg - >=sys-libs/readline-8.0" + >=sys-libs/readline-8.0:=" RDEPEND="${DEPEND}" src_configure() { |