diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-01-11 19:13:47 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-01-11 19:13:47 +0100 |
commit | 5076c6cd213d8ef5573f36743ab0d48a041fc6dd (patch) | |
tree | b8fb59c49da68366d1c58208a3909da7aa234895 /dev-ml/uunf | |
parent | dev-cpp/benchmark: Add support for debug USE flag (diff) | |
download | gentoo-5076c6cd213d8ef5573f36743ab0d48a041fc6dd.tar.gz gentoo-5076c6cd213d8ef5573f36743ab0d48a041fc6dd.tar.bz2 gentoo-5076c6cd213d8ef5573f36743ab0d48a041fc6dd.zip |
dev-ml/uunf: adjust dependency
Closes: https://bugs.gentoo.org/764938
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/uunf')
-rw-r--r-- | dev-ml/uunf/uunf-13.0.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/uunf/uunf-13.0.0.ebuild b/dev-ml/uunf/uunf-13.0.0.ebuild index 649ba57a316e..b1670da78919 100644 --- a/dev-ml/uunf/uunf-13.0.0.ebuild +++ b/dev-ml/uunf/uunf-13.0.0.ebuild @@ -14,7 +14,8 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-ml/topkg" +DEPEND="dev-ml/topkg + dev-ml/uutf" RDEPEND="${DEPEND}" BDEPEND="dev-ml/findlib" OPAM_FILE=opam |