diff options
author | Sam James <sam@gentoo.org> | 2021-03-17 04:33:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-17 04:43:10 +0000 |
commit | 5101126cea5f2f6c158f79d3027dcf44078536e5 (patch) | |
tree | e7fa770bb87acee5da161b3e5a0c160a1797b6c5 /games-board/mt_ncurses_client | |
parent | net-vpn/frp: Bump to version 0.36.0 (diff) | |
download | gentoo-5101126cea5f2f6c158f79d3027dcf44078536e5.tar.gz gentoo-5101126cea5f2f6c158f79d3027dcf44078536e5.tar.bz2 gentoo-5101126cea5f2f6c158f79d3027dcf44078536e5.zip |
games-board/mt_ncurses_client: add missing pkgconfig dep
We use it *in* the ebuild to find ncurses!
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-board/mt_ncurses_client')
-rw-r--r-- | games-board/mt_ncurses_client/mt_ncurses_client-0.1.98-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-board/mt_ncurses_client/mt_ncurses_client-0.1.98-r1.ebuild b/games-board/mt_ncurses_client/mt_ncurses_client-0.1.98-r1.ebuild index f2228134f6dd..447183c017e2 100644 --- a/games-board/mt_ncurses_client/mt_ncurses_client-0.1.98-r1.ebuild +++ b/games-board/mt_ncurses_client/mt_ncurses_client-0.1.98-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit toolchain-funcs @@ -12,14 +12,14 @@ SRC_URI="https://savannah.nongnu.org/download/maitretarot/${PN}.pkg/${PV}/${P}.t LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +BDEPEND="virtual/pkgconfig" DEPEND="dev-libs/glib:2 dev-libs/libxml2 dev-games/libmaitretarot dev-games/libmt_client sys-libs/ncurses:0" -RDEPEND=${DEPEND} +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-format.patch |