diff options
author | Johannes Huber <johu@gentoo.org> | 2017-03-23 20:28:48 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-03-23 20:29:05 +0100 |
commit | ca0b09309207b98c90abdba19a67cc92acc6caca (patch) | |
tree | f568b8c7c2e9486df3b352fa9f75d4b4c59bff98 /app-portage | |
parent | app-portage/cpuid2cpuflags: Bump to v3, with ARM support (diff) | |
download | gentoo-ca0b09309207b98c90abdba19a67cc92acc6caca.tar.gz gentoo-ca0b09309207b98c90abdba19a67cc92acc6caca.tar.bz2 gentoo-ca0b09309207b98c90abdba19a67cc92acc6caca.zip |
app-portage/kuroo4: EAPI 6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/kuroo4/kuroo4-0.90.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-portage/kuroo4/kuroo4-0.90.5.ebuild b/app-portage/kuroo4/kuroo4-0.90.5.ebuild index 68dc2863aac9..5b519b6695cc 100644 --- a/app-portage/kuroo4/kuroo4-0.90.5.ebuild +++ b/app-portage/kuroo4/kuroo4-0.90.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit kde4-base -DESCRIPTION="Graphical Portage frontend based on KDE4/Qt4" +DESCRIPTION="Graphical Portage frontend based on KDELibs4/Qt4" HOMEPAGE="http://kuroo.sourceforge.net/" SRC_URI="mirror://sourceforge/kuroo/${P}.tar.gz" |