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 7CF13139694 for ; Thu, 16 Mar 2017 19:13:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33D25E0DBA; Thu, 16 Mar 2017 19:13:21 +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 13E12E0DBA for ; Thu, 16 Mar 2017 19:13:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8439E341586 for ; Thu, 16 Mar 2017 19:13:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB80D6A8C for ; Thu, 16 Mar 2017 19:13: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: <1489691526.ee437911593decec5cd29176b7fa8b20d1db8c80.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xeyes/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xeyes/xeyes-1.1.1.ebuild X-VCS-Directories: x11-apps/xeyes/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: ee437911593decec5cd29176b7fa8b20d1db8c80 X-VCS-Branch: master Date: Thu, 16 Mar 2017 19:13: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: b6eb6827-4a2c-476a-8a9f-95a041f10176 X-Archives-Hash: 80824c21483832c3940c263a946e4975 commit: ee437911593decec5cd29176b7fa8b20d1db8c80 Author: Harri Nieminen gmail com> AuthorDate: Sat Mar 11 15:36:12 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Mar 16 19:12:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee437911 x11-apps/xeyes: EAPI5, verbose build No changes in files. Verified with sha1sum on amd64. Package-Manager: Portage-2.3.4, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4186 x11-apps/xeyes/xeyes-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-apps/xeyes/xeyes-1.1.1.ebuild b/x11-apps/xeyes/xeyes-1.1.1.ebuild index cd9ba31cb1d..e4142c865d8 100644 --- a/x11-apps/xeyes/xeyes-1.1.1.ebuild +++ b/x11-apps/xeyes/xeyes-1.1.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=3 +EAPI=5 inherit xorg-2