commit: 9dd39f8013f8a1e5c5f26a1831ff625eab685770 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Tue Apr 28 13:36:54 2015 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Tue Apr 28 13:36:54 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9dd39f80
[kde-plasma/kfilemetadata] Fix SRC_URI. Package-Manager: portage-2.2.18 kde-plasma/kfilemetadata/kfilemetadata-5.3.49.9999.ebuild | 4 ++-- kde-plasma/kfilemetadata/kfilemetadata-5.9.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-plasma/kfilemetadata/kfilemetadata-5.3.49.9999.ebuild b/kde-plasma/kfilemetadata/kfilemetadata-5.3.49.9999.ebuild index 24e4b29..ca19425 100644 --- a/kde-plasma/kfilemetadata/kfilemetadata-5.3.49.9999.ebuild +++ b/kde-plasma/kfilemetadata/kfilemetadata-5.3.49.9999.ebuild @@ -9,8 +9,8 @@ inherit kde5 # version scheme fail by upstream if [[ ${KDE_BUILD_TYPE} = release ]]; then - PLASMA_VERSION=5.2.95 - SRC_URI="mirror://kde/unstable/plasma/${PLASMA_VERSION}/${PN}-${PV}.tar.xz" + PLASMA_VERSION=5.3.1 + SRC_URI="mirror://kde/stable/plasma/${PLASMA_VERSION}/${PN}-${PV}.tar.xz" fi DESCRIPTION="Library for extracting file metadata" diff --git a/kde-plasma/kfilemetadata/kfilemetadata-5.9.0.ebuild b/kde-plasma/kfilemetadata/kfilemetadata-5.9.0.ebuild index bcc96b8..4ed48da 100644 --- a/kde-plasma/kfilemetadata/kfilemetadata-5.9.0.ebuild +++ b/kde-plasma/kfilemetadata/kfilemetadata-5.9.0.ebuild @@ -10,7 +10,7 @@ inherit kde5 # version scheme fail by upstream if [[ ${KDE_BUILD_TYPE} = release ]]; then PLASMA_VERSION=5.3.0 - SRC_URI="mirror://kde/unstable/plasma/${PLASMA_VERSION}/${PN}-${PV}.tar.xz" + SRC_URI="mirror://kde/stable/plasma/${PLASMA_VERSION}/${PN}-${PV}.tar.xz" fi DESCRIPTION="Library for extracting file metadata"