commit: 6f634c1d5b74189d501ecd1598d0cda36e3539e2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Fri Jan 15 08:01:29 2021 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Fri Jan 15 08:01:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f634c1d
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 <AT> gentoo.org> dev-ml/uucp/metadata.xml | 6 +++--- dev-ml/uucp/uucp-13.0.0-r2.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-ml/uucp/metadata.xml b/dev-ml/uucp/metadata.xml index 483f1efec02..26a42e76def 100644 --- a/dev-ml/uucp/metadata.xml +++ b/dev-ml/uucp/metadata.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Alfredo Tupone</name> + <maintainer type="project"> + <email>[email protected]</email> + <name>ML</name> </maintainer> <upstream> <remote-id type="github">dbuenzli/uucp</remote-id> diff --git a/dev-ml/uucp/uucp-13.0.0-r2.ebuild b/dev-ml/uucp/uucp-13.0.0-r2.ebuild index 697be016187..2dd9913cbd8 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() {
