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 A7DC5139694 for ; Sun, 19 Feb 2017 23:46:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5E4721C084; Sun, 19 Feb 2017 23:46:16 +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 84ADB21C084 for ; Sun, 19 Feb 2017 23:46:11 +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 A52BE33BF43 for ; Sun, 19 Feb 2017 23:46:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B446F4DCD for ; Sun, 19 Feb 2017 23:46:01 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1487547855.c1f81e772878d6f6bfebb9e54b172c42083917b0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/makedepend/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/makedepend/makedepend-1.0.5.ebuild X-VCS-Directories: x11-misc/makedepend/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c1f81e772878d6f6bfebb9e54b172c42083917b0 X-VCS-Branch: master Date: Sun, 19 Feb 2017 23:46:01 +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: 1b9c313f-4b36-46ae-8643-fe414a09fd40 X-Archives-Hash: 96d1150adfa3466a7c33d2e48fe9fc9d commit: c1f81e772878d6f6bfebb9e54b172c42083917b0 Author: Harri Nieminen gmail com> AuthorDate: Sun Feb 19 15:00:45 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Feb 19 23:44:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f81e77 x11-misc/makedepend: EAPI bump 4 -> 5, Fixes #486466 Fixes Gentoo-bug: https://bugs.gentoo.org/486466 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4033 x11-misc/makedepend/makedepend-1.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/makedepend/makedepend-1.0.5.ebuild b/x11-misc/makedepend/makedepend-1.0.5.ebuild index 4f7ac23ab9..a6e386499c 100644 --- a/x11-misc/makedepend/makedepend-1.0.5.ebuild +++ b/x11-misc/makedepend/makedepend-1.0.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 XORG_STATIC=no inherit xorg-2