summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2013-06-08 22:44:04 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2013-06-08 22:44:04 +0000
commit474f86d8d6ffc2ea1483897f88c6d0fe2abf2a47 (patch)
tree8c70d83e2f093cc05c12d28b456562298cb0e298 /kde-base
parentRestore missing patch, bug 472694 (diff)
downloadgentoo-2-474f86d8d6ffc2ea1483897f88c6d0fe2abf2a47.tar.gz
gentoo-2-474f86d8d6ffc2ea1483897f88c6d0fe2abf2a47.tar.bz2
gentoo-2-474f86d8d6ffc2ea1483897f88c6d0fe2abf2a47.zip
Add workaround for bug 472412 (kde-l10n contains bluedevil files)
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kde-l10n/ChangeLog6
-rw-r--r--kde-base/kde-l10n/kde-l10n-4.10.3.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/kde-base/kde-l10n/ChangeLog b/kde-base/kde-l10n/ChangeLog
index 09a55a4c2102..5f83cb08cc24 100644
--- a/kde-base/kde-l10n/ChangeLog
+++ b/kde-base/kde-l10n/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kde-l10n
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/ChangeLog,v 1.187 2013/06/08 17:33:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/ChangeLog,v 1.188 2013/06/08 22:44:04 dilfridge Exp $
+
+ 08 Jun 2013; Andreas K. Huettel <dilfridge@gentoo.org>
+ kde-l10n-4.10.3.ebuild:
+ Add workaround for bug 472412 (kde-l10n contains bluedevil files)
08 Jun 2013; Agostino Sarubbo <ago@gentoo.org> -kde-l10n-4.10.2.ebuild:
Remove old
diff --git a/kde-base/kde-l10n/kde-l10n-4.10.3.ebuild b/kde-base/kde-l10n/kde-l10n-4.10.3.ebuild
index 0f6aff66117e..94c73a51b854 100644
--- a/kde-base/kde-l10n/kde-l10n-4.10.3.ebuild
+++ b/kde-base/kde-l10n/kde-l10n-4.10.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.10.3.ebuild,v 1.5 2013/06/08 10:08:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.10.3.ebuild,v 1.6 2013/06/08 22:44:04 dilfridge Exp $
EAPI=5
@@ -84,4 +84,8 @@ src_test() {
src_install() {
[[ -n ${A} ]] && kde4-base_src_install
+
+ # workaround for bug 472412
+ rm -f "${ED}/usr/share/locale/sr@ijekavian/LC_MESSAGES/bluedevil.mo"
+ rm -f "${ED}/usr/share/locale/sr@ijekavianlatin/LC_MESSAGES/bluedevil.mo"
}