diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-27 19:54:45 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-28 19:01:55 -0400 |
commit | e7f95409965153735c527da1447eaf7bb7581fe7 (patch) | |
tree | 69cd93e67a6fdc9817b87b6c47c8ffdefcc6ae95 /media-libs/libpqstego | |
parent | media-libs/lastfmlib: bump EAPI (diff) | |
download | gentoo-e7f95409965153735c527da1447eaf7bb7581fe7.tar.gz gentoo-e7f95409965153735c527da1447eaf7bb7581fe7.tar.bz2 gentoo-e7f95409965153735c527da1447eaf7bb7581fe7.zip |
media-libs/libpqstego: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-libs/libpqstego')
-rw-r--r-- | media-libs/libpqstego/libpqstego-0.0.1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/media-libs/libpqstego/libpqstego-0.0.1.ebuild b/media-libs/libpqstego/libpqstego-0.0.1.ebuild index 088e27b62925..d258d0c7d661 100644 --- a/media-libs/libpqstego/libpqstego-0.0.1.ebuild +++ b/media-libs/libpqstego/libpqstego-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="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 } |