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 47E751382C5 for ; Thu, 11 Mar 2021 17:48:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 626F3E0896; Thu, 11 Mar 2021 17:48:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4DAE7E0896 for ; Thu, 11 Mar 2021 17:48:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 525E2340D19 for ; Thu, 11 Mar 2021 17:48:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 094C4573 for ; Thu, 11 Mar 2021 17:48:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615484899.b370d23dded176cfe96acf27c92be8f30fa44676.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxml2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libxml2/libxml2-2.9.10-r5.ebuild X-VCS-Directories: dev-libs/libxml2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b370d23dded176cfe96acf27c92be8f30fa44676 X-VCS-Branch: master Date: Thu, 11 Mar 2021 17:48:31 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b4d051d0-d274-4599-939f-dec91285e295 X-Archives-Hash: 8ebbcd81718abbdfe7c26ff6e76ef5e3 commit: b370d23dded176cfe96acf27c92be8f30fa44676 Author: Sam James gentoo org> AuthorDate: Thu Mar 11 17:48:19 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 11 17:48:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b370d23d dev-libs/libxml2: fix DoubleEmptyLine Signed-off-by: Sam James gentoo.org> dev-libs/libxml2/libxml2-2.9.10-r5.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-libs/libxml2/libxml2-2.9.10-r5.ebuild b/dev-libs/libxml2/libxml2-2.9.10-r5.ebuild index a1be9a7b157..374ad6c9ad9 100644 --- a/dev-libs/libxml2/libxml2-2.9.10-r5.ebuild +++ b/dev-libs/libxml2/libxml2-2.9.10-r5.ebuild @@ -159,7 +159,6 @@ multilib_src_configure() { fi } - libxml2_py_emake() { pushd "${BUILD_DIR}/python" > /dev/null || die @@ -168,7 +167,6 @@ libxml2_py_emake() { popd > /dev/null || die } - multilib_src_compile() { default