Skip to content

Instantly share code, notes, and snippets.

@hasufell
Created February 16, 2014 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hasufell/fed794bd4b41bcfeca83 to your computer and use it in GitHub Desktop.
Save hasufell/fed794bd4b41bcfeca83 to your computer and use it in GitHub Desktop.
--- www-client/torbrowser/torbrowser-24.3.0-r1.ebuild
+++ www-client/torbrowser/torbrowser-24.3.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -15,7 +15,7 @@
GIT_TAG="tor-browser-${MOZ_PV}-${TOR_PV}-build2"
# Patch version
-PATCH="${MY_PN}-24.0-patches-0.5"
+PATCH="${MY_PN}-24.0-patches-0.9"
inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils autotools
@@ -27,9 +27,7 @@
SLOT="0"
# BSD license applies to torproject-related code like the patches
# icons are under CCPL-Attribution-3.0
-LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )
- BSD
- CC-BY-3.0"
+LICENSE="BSD CC-BY-3.0 MPL-2.0 GPL-2 LGPL-2.1"
IUSE="gstreamer +jit pulseaudio selinux system-cairo system-icu system-jpeg system-sqlite"
BASE_SRC_URI="https://www.torproject.org/dist/${PN}/${TOR_PV}"
@@ -110,8 +108,10 @@
# Revert "Change the default Firefox profile directory to be TBB-relative"
epatch -R "${FILESDIR}/tor-browser.git-6662aae388094c7cca535e34f24ef01af7d51481.patch"
+ # allow lightspark as well
+ epatch "${FILESDIR}"/${P}-allow-lightspark.patch
+
# Apply gentoo firefox patches
- EPATCH_EXCLUDE="8001_ia64_support_bug_910845.patch" \
EPATCH_SUFFIX="patch" \
EPATCH_FORCE="yes" \
epatch "${WORKDIR}/firefox"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment