From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7E991395E2 for ; Fri, 2 Dec 2016 07:50:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D316E07DD; Fri, 2 Dec 2016 07:50:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BACEE07DD for ; Fri, 2 Dec 2016 07:50:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7A3D34100F for ; Fri, 2 Dec 2016 07:50:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7259C49C for ; Fri, 2 Dec 2016 07:50:10 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1480665004.cbcf2029f0d848cb250682f9d9d6f2d65f01d280.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/sqlite/sqlite-3.15.2.ebuild X-VCS-Directories: dev-db/sqlite/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: cbcf2029f0d848cb250682f9d9d6f2d65f01d280 X-VCS-Branch: master Date: Fri, 2 Dec 2016 07:50:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 68e04483-7ab7-48d4-8640-4f8d7c051848 X-Archives-Hash: b01bc8d9a2a332aed4e99b5a21bc665a commit: cbcf2029f0d848cb250682f9d9d6f2d65f01d280 Author: Lars Wendler gentoo org> AuthorDate: Fri Dec 2 07:50:04 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Dec 2 07:50:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbcf2029 dev-db/sqlite: Prefer eapply over epatch in EAPI-6 ebuilds. Package-Manager: portage-2.3.2 dev-db/sqlite/sqlite-3.15.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/sqlite/sqlite-3.15.2.ebuild b/dev-db/sqlite/sqlite-3.15.2.ebuild index 9a00cfb..e6ce8ce 100644 --- a/dev-db/sqlite/sqlite-3.15.2.ebuild +++ b/dev-db/sqlite/sqlite-3.15.2.ebuild @@ -50,7 +50,7 @@ pkg_setup() { src_prepare() { if full_tarball; then - epatch "${FILESDIR}/${PN}-3.14.0-full_tarball-build.patch" + eapply "${FILESDIR}/${PN}-3.14.0-full_tarball-build.patch" eapply_user @@ -58,7 +58,7 @@ src_prepare() { # https://mailinglists.sqlite.org/cgi-bin/mailman/private/sqlite-dev/2016-March/002762.html sed -e "s/AC_CHECK_FUNCS(.*)/AC_CHECK_FUNCS([fdatasync fullfsync gmtime_r isnan localtime_r localtime_s malloc_usable_size posix_fallocate pread pread64 pwrite pwrite64 strchrnul usleep utime])/" -i configure.ac || die "sed failed" else - epatch "${FILESDIR}/${PN}-3.12.0-nonfull_tarball-build.patch" + eapply "${FILESDIR}/${PN}-3.12.0-nonfull_tarball-build.patch" eapply_user