commit: 4ed3b0885b00775ba2a8a27752fd368f331642a3
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 17 13:04:37 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jul 17 13:04:37 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4ed3b088
[media-sound/amarok] Remove workaround now handled in the eclass.
See 8b044a866ca48bcfc3a6cd673a9f866c50e5e9d9.
Package-Manager: portage-2.2.10
---
media-sound/amarok/amarok-9999.ebuild | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/media-sound/amarok/amarok-9999.ebuild
b/media-sound/amarok/amarok-9999.ebuild
index 91106ad..156db7b 100644
--- a/media-sound/amarok/amarok-9999.ebuild
+++ b/media-sound/amarok/amarok-9999.ebuild
@@ -77,15 +77,6 @@ RDEPEND="${COMMONDEPEND}
$(add_kdebase_dep phonon-kde)
"
-src_prepare() {
- if [[ ${KDE_BUILD_TYPE} != live ]]; then
- mv doc/en_US doc/en || die
- sed -e "s/en_US/en/" -i doc/CMakeLists.txt || die
- fi
-
- kde4-base_src_prepare
-}
-
src_configure() {
# Append minimal-toc cflag for ppc64, see bug 280552 and 292707
use ppc64 && append-flags -mminimal-toc