commit: f7dc10d944f46786ae874d2503aa0c5cb3ff41ed Author: Perfect Gentleman <perfect007gentleman <AT> gmail <DOT> com> AuthorDate: Wed Oct 4 04:38:19 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Oct 4 16:41:26 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f7dc10d9
www-client/falkon: Fix PLUGINS_VERSION, DOCS Closes: https://github.com/gentoo/kde/pull/862 www-client/falkon/falkon-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index cab43a30f1..31bca77324 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 PLUGINS_HASH="80fea7df7765fdf9c9c64fdb667052b25f1c0a22" -PLUGINS_VERSION="2016.05.26" # if there are no updates, we can use the older archive +PLUGINS_VERSION="2017.03.26" # if there are no updates, we can use the older archive # QT_MINIMAL="5.9.2" inherit kde5 @@ -42,7 +42,7 @@ DEPEND="${RDEPEND} gnome-keyring? ( virtual/pkgconfig ) " -DOCS=( AUTHORS BUILDING.md CHANGELOG FAQ README.md ) +DOCS=( BUILDING.md CHANGELOG README.md ) src_unpack() { kde5_src_unpack
