lndir-1.0.3-r1.ebuild 326 B

12345678910111213141516
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. XORG_STATIC=no
  5. inherit xorg-2
  6. DESCRIPTION="create a shadow directory of symbolic links to another directory tree"
  7. KEYWORDS="amd64 ppc ppc64 sparc x86"
  8. IUSE=""
  9. RDEPEND=""
  10. DEPEND="${RDEPEND}
  11. x11-proto/xproto"