media-libs/libpqstego: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 23:54:45 +0000 (19:54 -0400)
committerAaron Bauman <bman@gentoo.org>
Mon, 28 May 2018 23:01:55 +0000 (19:01 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-libs/libpqstego/libpqstego-0.0.1.ebuild

index 088e27b629252e9ca6a110d8e4dd673ec9638ede..d258d0c7d661458b066e68a362c21983756a14a5 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="Library for Perturbed Quantization Steganography"
 HOMEPAGE="https://sourceforge.net/projects/pqstego/"
@@ -16,12 +16,10 @@ DEPEND="sci-libs/gsl[cblas-external]"
 
 src_configure() {
        econf \
-               --disable-dependency-tracking \
                --disable-static
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die
-       dodoc AUTHORS CHANGES README TODO
+       default
        find "${D}" -name '*.la' -delete
 }