diff options
author | 2023-07-28 18:08:06 +0000 | |
---|---|---|
committer | 2023-07-28 18:08:35 +0000 | |
commit | 9bb1a5f28dc54e74fa049026b2e1a00fb88bb7c2 (patch) | |
tree | c5ba0af8a76cf82d8df13ea9d31133fa66b1a50a /games-board | |
parent | games-strategy/ja2-stracciatella: Keyword 0.20.0 ppc64, #908285 (diff) | |
download | gentoo-9bb1a5f28dc54e74fa049026b2e1a00fb88bb7c2.tar.gz gentoo-9bb1a5f28dc54e74fa049026b2e1a00fb88bb7c2.tar.bz2 gentoo-9bb1a5f28dc54e74fa049026b2e1a00fb88bb7c2.zip |
games-board/jja: Add liburing dep
Closes: https://bugs.gentoo.org/911393
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/jja/jja-0.7.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-board/jja/jja-0.7.1.ebuild b/games-board/jja/jja-0.7.1.ebuild index 45920dbcfed2..30e706e6e4fb 100644 --- a/games-board/jja/jja-0.7.1.ebuild +++ b/games-board/jja/jja-0.7.1.ebuild @@ -260,7 +260,8 @@ SRC_URI="https://git.sr.ht/~alip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz " # rocksdb needs clang -DEPEND+="sys-devel/clang" +DEPEND+="sys-devel/clang + sys-libs/liburing" RDEPEND=${DEPEND} LICENSE="GPL-3+" # Dependent crate licenses |