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 1657C139694 for ; Thu, 16 Mar 2017 19:13:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D8F7E0DC3; Thu, 16 Mar 2017 19:13:24 +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 4BE97E0DC3 for ; Thu, 16 Mar 2017 19:13:14 +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 52E15341616 for ; Thu, 16 Mar 2017 19:13:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 021746A90 for ; Thu, 16 Mar 2017 19:13:02 +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: <1489691551.7109b7284109eb0dafc2f2bb134d3073e0ad8f80.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xdbedizzy/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xdbedizzy/xdbedizzy-1.1.0.ebuild X-VCS-Directories: x11-apps/xdbedizzy/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 7109b7284109eb0dafc2f2bb134d3073e0ad8f80 X-VCS-Branch: master Date: Thu, 16 Mar 2017 19:13:02 +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: cc447995-c698-42c6-9741-482c25dc5d5a X-Archives-Hash: fd0abe57c1f5131a3fc7c446f5672caa commit: 7109b7284109eb0dafc2f2bb134d3073e0ad8f80 Author: Harri Nieminen gmail com> AuthorDate: Sat Mar 11 16:20:33 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Mar 16 19:12:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7109b728 x11-apps/xdbedizzy: EAPI bump 3 -> 5 No changes to files. Verified with sha512sum. Package-Manager: Portage-2.3.4, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4186 x11-apps/xdbedizzy/xdbedizzy-1.1.0.ebuild | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/x11-apps/xdbedizzy/xdbedizzy-1.1.0.ebuild b/x11-apps/xdbedizzy/xdbedizzy-1.1.0.ebuild index 95c925a6caf..aa93c76e218 100644 --- a/x11-apps/xdbedizzy/xdbedizzy-1.1.0.ebuild +++ b/x11-apps/xdbedizzy/xdbedizzy-1.1.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=3 +EAPI=5 inherit xorg-2 @@ -9,8 +9,11 @@ DESCRIPTION="X.Org xdbedizzy application" KEYWORDS="amd64 arm ~mips ppc ppc64 s390 sh ~sparc x86" IUSE="" -RDEPEND="x11-libs/libXext - x11-libs/libX11" +RDEPEND=" + x11-libs/libXext + x11-libs/libX11 +" DEPEND="${RDEPEND} x11-proto/xextproto - x11-proto/xproto" + x11-proto/xproto +"