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 824FD138334 for ; Thu, 9 Aug 2018 02:11:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E731EE0969; Thu, 9 Aug 2018 02:10:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B384EE0972 for ; Thu, 9 Aug 2018 02:10:25 +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 D03F4335DA1 for ; Wed, 8 Aug 2018 12:56:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04E70380 for ; Wed, 8 Aug 2018 12:56:18 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1533732950.15dd20c0fdac71ff1c8ae432a65bdbb6b91106c9.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/jd/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/jd/jd-2.8.9_p150226.ebuild X-VCS-Directories: www-client/jd/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 15dd20c0fdac71ff1c8ae432a65bdbb6b91106c9 X-VCS-Branch: master Date: Wed, 8 Aug 2018 12:56:18 +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: 6df9b872-34f1-4cc6-93f1-aa2344a434fe X-Archives-Hash: f85229cd0cc695d1d187ff4eccd52abd commit: 15dd20c0fdac71ff1c8ae432a65bdbb6b91106c9 Author: Akinori Hattori gentoo org> AuthorDate: Wed Aug 8 12:54:46 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Aug 8 12:55:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15dd20c0 www-client/jd: fix build Closes: https://bugs.gentoo.org/662970 Package-Manager: Portage-2.3.40, Repoman-2.3.9 www-client/jd/jd-2.8.9_p150226.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/www-client/jd/jd-2.8.9_p150226.ebuild b/www-client/jd/jd-2.8.9_p150226.ebuild index f195e5ab810..c1e8d8e99e2 100644 --- a/www-client/jd/jd-2.8.9_p150226.ebuild +++ b/www-client/jd/jd-2.8.9_p150226.ebuild @@ -37,7 +37,6 @@ src_prepare() { default append-cxxflags -std=c++11 - mv configure.{in,ac} || die eautoreconf }