diff options
author | Johannes Huber <johu@gentoo.org> | 2016-06-01 16:02:41 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-06-01 16:02:41 +0200 |
commit | e83bd091d9699118b8d8af94aa452a40f6656f28 (patch) | |
tree | 9d8a33267fd8cdb5c05dd49a75cc86dab456c033 /kde-misc | |
parent | kde4-base.eclass: Fix test phase with virtual X and EAPI 6 (diff) | |
download | gentoo-e83bd091d9699118b8d8af94aa452a40f6656f28.tar.gz gentoo-e83bd091d9699118b8d8af94aa452a40f6656f28.tar.bz2 gentoo-e83bd091d9699118b8d8af94aa452a40f6656f28.zip |
kde-misc/krecipes: EAPI 6
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/krecipes/krecipes-2.0.0.ebuild | 6 |
1 files 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 d41124b248ce..a339a9fb0ed1 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" |