xman-1.1.3-r1.ebuild 449 B

12345678910111213141516171819202122
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. XORG_EAUTORECONF=yes
  5. inherit xorg-2
  6. DESCRIPTION="Manual page display program for the X Window System"
  7. KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
  8. IUSE=""
  9. DEPEND="x11-libs/libXaw
  10. x11-libs/libXt
  11. x11-libs/libXmu
  12. x11-proto/xproto"
  13. RDEPEND="${DEPEND}"
  14. PATCHES=(
  15. "${FILESDIR}"/${PN}-1.1.3-mandb-2.7.patch
  16. )