diff options
author | 2023-11-27 18:53:11 +0100 | |
---|---|---|
committer | 2023-11-27 19:11:25 +0100 | |
commit | 654f7c091911546ff572c95804d86846860805ca (patch) | |
tree | 15fc66fa0a1910dfad26c79fc914df627c54d6c4 /games-rpg | |
parent | www-apps/pleroma-fe: add 2.6.1, drop 2.6.0 (diff) | |
download | guru-654f7c091911546ff572c95804d86846860805ca.tar.gz guru-654f7c091911546ff572c95804d86846860805ca.tar.bz2 guru-654f7c091911546ff572c95804d86846860805ca.zip |
games-rpg/open-adventure: add dev-libs/libedit dependency
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/open-adventure/open-adventure-1.16.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games-rpg/open-adventure/open-adventure-1.16.ebuild b/games-rpg/open-adventure/open-adventure-1.16.ebuild index 0f7514b29..051da13c6 100644 --- a/games-rpg/open-adventure/open-adventure-1.16.ebuild +++ b/games-rpg/open-adventure/open-adventure-1.16.ebuild @@ -14,6 +14,8 @@ LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64" +DEPEND="dev-libs/libedit" +RDEPEND="${DEPEND}" BDEPEND=" $(python_gen_any_dep 'dev-python/pyyaml[${PYTHON_USEDEP}]' ) " |