commit: d0d61c38b8e802918ba420e4080d86c0643017c2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Jun 10 16:18:28 2018 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sun Jun 10 19:20:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d61c38
app-eselect/eselect-infinality: raise EAPI, use readme.gentoo-r1 Closes: https://github.com/gentoo/gentoo/pull/8789 Signed-off-by: Johannes Huber <johu <AT> gentoo.org> .../{eselect-infinality-1.ebuild => eselect-infinality-1-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-eselect/eselect-infinality/eselect-infinality-1.ebuild b/app-eselect/eselect-infinality/eselect-infinality-1-r1.ebuild similarity index 87% rename from app-eselect/eselect-infinality/eselect-infinality-1.ebuild rename to app-eselect/eselect-infinality/eselect-infinality-1-r1.ebuild index 8d4606437af..a6353e254a5 100644 --- a/app-eselect/eselect-infinality/eselect-infinality-1.ebuild +++ b/app-eselect/eselect-infinality/eselect-infinality-1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 -inherit vcs-snapshot readme.gentoo +EAPI=6 +inherit vcs-snapshot readme.gentoo-r1 DESCRIPTION="Eselect module to choose an infinality font configuration style" HOMEPAGE="https://github.com/yngwin/eselect-infinality"