lwp-2.6-r1.ebuild 524 B

1234567891011121314151617181920
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="Light-weight process library (used by Coda)"
  5. HOMEPAGE="http://www.coda.cs.cmu.edu/"
  6. SRC_URI="http://www.coda.cs.cmu.edu/pub/lwp/src/${P}.tar.gz"
  7. LICENSE="LGPL-2.1"
  8. SLOT="1"
  9. KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
  10. IUSE=""
  11. src_prepare() {
  12. eapply_user
  13. # Was introduced for bug #34542, not sure if still needed
  14. use amd64 && eapply "${FILESDIR}"/lwp-2.0-amd64.patch
  15. }