Skip to content

Commit

Permalink
app-arch/lzop: upgrade to EAPI=6
Browse files Browse the repository at this point in the history
  • Loading branch information
vapier committed Aug 10, 2016
1 parent c67d154 commit 2cba5f5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app-arch/lzop/lzop-1.03.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=2
EAPI="6"

DESCRIPTION="Utility for fast (even real-time) compression/decompression"
HOMEPAGE="http://www.lzop.org/"
Expand All @@ -25,8 +24,7 @@ src_test() {
}

src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README THANKS
default
dodoc doc/lzop.{txt,ps}
dohtml doc/*.html
}

0 comments on commit 2cba5f5

Please sign in to comment.