commit: e83bd091d9699118b8d8af94aa452a40f6656f28 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Wed Jun 1 14:02:41 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Wed Jun 1 14:02:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83bd091
kde-misc/krecipes: EAPI 6 Package-Manager: portage-2.3.0_rc1 kde-misc/krecipes/krecipes-2.0.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-misc/krecipes/krecipes-2.0.0.ebuild b/kde-misc/krecipes/krecipes-2.0.0.ebuild index d41124b..a339a9f 100644 --- a/kde-misc/krecipes/krecipes-2.0.0.ebuild +++ b/kde-misc/krecipes/krecipes-2.0.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fr ga gl hi hne hr hu is it ja kk lt mai mr nb nds nl nn pl pt pt_BR ro sk sl sv tr uk zh_TW" @@ -10,7 +10,7 @@ KDE_HANDBOOK="optional" VIRTUALX_REQUIRED="test" inherit kde4-base -DESCRIPTION="A KDE4 recipe application" +DESCRIPTION="A recipe application by KDE" HOMEPAGE="http://krecipes.sourceforge.net/" SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"