adie-1.6.50.ebuild 319 B

123456789101112131415161718
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="5"
  4. inherit fox
  5. DESCRIPTION="Text editor based on the FOX Toolkit"
  6. LICENSE="GPL-2"
  7. SLOT="0"
  8. KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
  9. IUSE=""
  10. DEPEND="x11-libs/fox:1.6"
  11. RDEPEND="${DEPEND}"