media-gfx/pqstego: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 23:41:10 +0000 (19:41 -0400)
committerAaron Bauman <bman@gentoo.org>
Mon, 28 May 2018 23:01:53 +0000 (19:01 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-gfx/pqstego/pqstego-0.0.1.ebuild

index f36a1ae72c7ff2af72757cc09534b59e60ab9797..912fc30fa75af363a1cca641620d1db4b852bddd 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
+EAPI=7
 
 DESCRIPTION="Tools for Perturbed Quantization Steganography"
 HOMEPAGE="https://sourceforge.net/projects/pqstego/"
@@ -19,8 +19,3 @@ src_configure() {
        econf \
                --disable-dependency-tracking
 }
-
-src_install() {
-       emake DESTDIR="${D}" install || die
-       dodoc AUTHORS CHANGES README
-}