diff options
author | 2021-01-15 09:01:29 +0100 | |
---|---|---|
committer | 2021-01-15 09:01:29 +0100 | |
commit | 6f634c1d5b74189d501ecd1598d0cda36e3539e2 (patch) | |
tree | 7796cffaf49d9aacf091546967f7e784f2db07c6 /dev-ml/uucp/uucp-13.0.0-r2.ebuild | |
parent | dev-ml/markup: add dep and maintainer (diff) | |
download | gentoo-6f634c1d5b74189d501ecd1598d0cda36e3539e2.tar.gz gentoo-6f634c1d5b74189d501ecd1598d0cda36e3539e2.tar.bz2 gentoo-6f634c1d5b74189d501ecd1598d0cda36e3539e2.zip |
dev-ml/uucp: add dep and ml maintainer
Closes: https://bugs.gentoo.org/764800
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/uucp/uucp-13.0.0-r2.ebuild')
-rw-r--r-- | dev-ml/uucp/uucp-13.0.0-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ml/uucp/uucp-13.0.0-r2.ebuild b/dev-ml/uucp/uucp-13.0.0-r2.ebuild index 697be016187e..2dd9913cbd8d 100644 --- a/dev-ml/uucp/uucp-13.0.0-r2.ebuild +++ b/dev-ml/uucp/uucp-13.0.0-r2.ebuild @@ -14,9 +14,10 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-ml/topkg" +DEPEND="dev-ml/topkg + dev-ml/findlib" RDEPEND="${DEPEND}" -BDEPEND="" +BDEPEND="dev-ml/ocamlbuild" OPAM_FILE=opam src_compile() { |