diff options
-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 |