diff options
Diffstat (limited to 'eclass/kde-l10n.eclass')
-rw-r--r-- | eclass/kde-l10n.eclass | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/eclass/kde-l10n.eclass b/eclass/kde-l10n.eclass index 2974c890..100db755 100644 --- a/eclass/kde-l10n.eclass +++ b/eclass/kde-l10n.eclass @@ -1,8 +1,8 @@ -# Copyright 2004-2013 Sabayon +# Copyright 2004-2012 Sabayon # Distributed under the terms of the GNU General Public License v2 # $ -inherit kde4-base +inherit base kde4-base MY_LANG="${PN/kde-l10n-/}" @@ -14,14 +14,11 @@ DESCRIPTION="KDE4 ${L10N_NAME} localization package" HOMEPAGE="http://www.kde.org/" LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~x86" DEPEND=">=sys-devel/gettext-0.15" RDEPEND="" IUSE="+handbook" -URI_BASE="${SRC_URI/-${MY_LANG}-${PV}.tar.xz/}" -SRC_URI="${SRC_URI} ${URI_BASE}/${PN}-${PV}.tar.xz" - kde-l10n_src_prepare() { # override kde4-base_src_prepare which # fails at enable_selected_doc_linguas |