logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

man-9.ebuild (244B)


  1. # Copyright 1999-2021 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=8
  4. DESCRIPTION="Virtual for man"
  5. SLOT="0"
  6. KEYWORDS="~amd64 ~arm"
  7. RDEPEND="|| (
  8. app-text/mandoc
  9. sys-apps/man-db
  10. sys-apps/man
  11. )"