diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-01-11 08:40:02 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-01-11 08:40:32 +0100 |
commit | af5a622c85362cca2131474338c21cb9233587d3 (patch) | |
tree | 319e62032d4abb2e8c6f19b0f6a8ca83e39e56c7 /dev-ml/uunf | |
parent | dev-games/clanlib: Use pkg-config to find freetype (diff) | |
download | gentoo-af5a622c85362cca2131474338c21cb9233587d3.tar.gz gentoo-af5a622c85362cca2131474338c21cb9233587d3.tar.bz2 gentoo-af5a622c85362cca2131474338c21cb9233587d3.zip |
dev-ml/uunf: fix dependency
Closes: https://bugs.gentoo.org/764884
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/uunf/uunf-13.0.0.ebuild b/dev-ml/uunf/uunf-13.0.0.ebuild index cc99579c7b0f..649ba57a316e 100644 --- a/dev-ml/uunf/uunf-13.0.0.ebuild +++ b/dev-ml/uunf/uunf-13.0.0.ebuild @@ -14,7 +14,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" +DEPEND="dev-ml/topkg" RDEPEND="${DEPEND}" BDEPEND="dev-ml/findlib" OPAM_FILE=opam |