commit:     d78a208d9e0c6a3c06ff763ddcc768f48efbbb42
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 15:37:32 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue May 29 20:10:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78a208d

media-libs/celt: bump EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/celt/celt-0.5.1.3.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/media-libs/celt/celt-0.5.1.3.ebuild 
b/media-libs/celt/celt-0.5.1.3.ebuild
index 9f9e2598cac..aa8cfc218fb 100644
--- a/media-libs/celt/celt-0.5.1.3.ebuild
+++ b/media-libs/celt/celt-0.5.1.3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
 DESCRIPTION="CELT is a very low delay audio codec designed for high-quality 
communications"
 HOMEPAGE="http://www.celt-codec.org/";
@@ -22,8 +22,6 @@ src_configure() {
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed."
-       dodoc README TODO || die "dodoc failed."
-
-       use static-libs || find "${D}" -name '*.la' -delete
+       default
+       use static-libs || (find "${D}" -name '*.la' -delete || die "Pruning 
failed")
 }

Reply via email to