Skip to content

Commit

Permalink
media-gfx/jpegpixi: bump EAPI and bashify dobin doman calls
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
FuzzyGophers committed May 29, 2018
1 parent ff9ea84 commit db0125e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions media-gfx/jpegpixi/jpegpixi-1.1.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=2
EAPI=6

DESCRIPTION="almost lossless JPEG pixel interpolator, for correcting digital camera defects"
HOMEPAGE="http://www.zero-based.org/software/jpegpixi/"
Expand All @@ -15,7 +15,7 @@ IUSE=""
DEPEND="virtual/jpeg"

src_install() {
dobin jpegpixi jpeghotp || die
doman man/jpegpixi.1 man/jpeghotp.1
dobin jpeg{hotp,pixi}
doman man/jpeg{hotp,pixi}.1
dodoc AUTHORS NEWS README README.jpeglib ChangeLog
}

0 comments on commit db0125e

Please sign in to comment.