From: Aaron Bauman Date: Sun, 27 May 2018 23:41:10 +0000 (-0400) Subject: media-gfx/pqstego: bump EAPI X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dd0db1b6b27829f4190a5f8107f52096671c1814;p=gentoo.git media-gfx/pqstego: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/media-gfx/pqstego/pqstego-0.0.1.ebuild b/media-gfx/pqstego/pqstego-0.0.1.ebuild index f36a1ae72c7f..912fc30fa75a 100644 --- a/media-gfx/pqstego/pqstego-0.0.1.ebuild +++ b/media-gfx/pqstego/pqstego-0.0.1.ebuild @@ -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 -}