diff options
author | 2016-06-26 13:29:00 +0200 | |
---|---|---|
committer | 2016-07-03 02:45:13 +1000 | |
commit | bfa30592a42cb1a1813512f3c4cd4e222f35a2f5 (patch) | |
tree | c29f6ad39bfae071c2f48c9372f725a6bbefee18 /kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild | |
parent | kde-apps/kdepim-l10n: Drop old, conflicting versions (diff) | |
download | gentoo-bfa30592a42cb1a1813512f3c4cd4e222f35a2f5.tar.gz gentoo-bfa30592a42cb1a1813512f3c4cd4e222f35a2f5.tar.bz2 gentoo-bfa30592a42cb1a1813512f3c4cd4e222f35a2f5.zip |
kde-apps/kdepim-l10n: Set SRC_URI in ebuild and fix it
It being the only ebuild with that SRC_URI, was wrong in eclass anyway.
Package-Manager: portage-2.2.28
Diffstat (limited to 'kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild')
-rw-r--r-- | kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild b/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild index 7252976b44b7..3f02b70e5745 100644 --- a/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild +++ b/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -28,7 +28,7 @@ MY_LANGS="ar bg ca ca@valencia cs csb da de el en_GB eo es et eu PIM_L10N="kdepim kdepimlibs" -URI_BASE="${SRC_URI/-${PV}.tar.bz2/}" +URI_BASE="mirror://kde/Attic/4.4.5/src/kde-l10n" SRC_URI="" for MY_LANG in ${MY_LANGS} ; do |