diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-03-11 18:20:33 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-03-16 20:12:31 +0100 |
commit | 7109b7284109eb0dafc2f2bb134d3073e0ad8f80 (patch) | |
tree | a2eb4424d3819b4b2cda4ddf81b60f31cf634253 /x11-apps/xdbedizzy | |
parent | x11-apps/xbiff: EAPI bump 3 -> 5, verbose build (diff) | |
download | gentoo-7109b7284109eb0dafc2f2bb134d3073e0ad8f80.tar.gz gentoo-7109b7284109eb0dafc2f2bb134d3073e0ad8f80.tar.bz2 gentoo-7109b7284109eb0dafc2f2bb134d3073e0ad8f80.zip |
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
Diffstat (limited to 'x11-apps/xdbedizzy')
-rw-r--r-- | x11-apps/xdbedizzy/xdbedizzy-1.1.0.ebuild | 13 |
1 files 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 95c925a6caf2..aa93c76e2183 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 +" |