From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1229209-garchives=archives.gentoo.org@lists.gentoo.org> 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 0F52B13835A for <garchives@archives.gentoo.org>; Mon, 7 Dec 2020 07:36:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9158FE0AD3; Mon, 7 Dec 2020 07:36:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F66DE0AC2 for <gentoo-commits@lists.gentoo.org>; Mon, 7 Dec 2020 07:36:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F68A340F3E for <gentoo-commits@lists.gentoo.org>; Mon, 7 Dec 2020 07:36:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11A10482 for <gentoo-commits@lists.gentoo.org>; Mon, 7 Dec 2020 07:36:36 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1607325562.25c570c020b633351bb713eb333a765c1507b8d3.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/efl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/efl/efl-1.25.1-r10.ebuild X-VCS-Directories: dev-libs/efl/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 25c570c020b633351bb713eb333a765c1507b8d3 X-VCS-Branch: master Date: Mon, 7 Dec 2020 07:36:36 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9f4df9b7-67e9-4f5f-95a3-923dfb181528 X-Archives-Hash: 591311599df23d93d98b972e49896354 commit: 25c570c020b633351bb713eb333a765c1507b8d3 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Mon Dec 7 07:19:22 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Dec 7 07:19:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c570c0 dev-libs/efl: sync lua-masked ebuild Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/efl/efl-1.25.1-r10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/efl/efl-1.25.1-r10.ebuild b/dev-libs/efl/efl-1.25.1-r10.ebuild index 7c1c12329f4..d6f621178a8 100644 --- a/dev-libs/efl/efl-1.25.1-r10.ebuild +++ b/dev-libs/efl/efl-1.25.1-r10.ebuild @@ -146,7 +146,7 @@ src_prepare() { fi # Fixup Doxyfile - pushd "${DOCS_DIR}" + pushd "${DOCS_DIR}" || die cp Doxyfile.in Doxyfile || die sed -i \ -e "s/@PACKAGE_VERSION@/${PV}/g" \ @@ -154,7 +154,7 @@ src_prepare() { -e "s/@top_srcdir@/../g" \ -e "s/@srcdir@/./g" \ Doxyfile || die - popd + popd || die } src_configure() {