summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-02-10 20:11:37 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-02-10 20:11:37 +0000
commitc2fab66096f50d815fc43404a6b7e1ee7c7ebb39 (patch)
tree24137420609a497d3f4587555de3544767a24327 /app-text
parentversion bump (diff)
downloadgentoo-2-c2fab66096f50d815fc43404a6b7e1ee7c7ebb39.tar.gz
gentoo-2-c2fab66096f50d815fc43404a6b7e1ee7c7ebb39.tar.bz2
gentoo-2-c2fab66096f50d815fc43404a6b7e1ee7c7ebb39.zip
Uncomment again the LANG unsetting.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/calibre/ChangeLog5
-rw-r--r--app-text/calibre/calibre-0.9.18.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/calibre/ChangeLog b/app-text/calibre/ChangeLog
index e6b8ef4fc20e..f510a176ffb1 100644
--- a/app-text/calibre/ChangeLog
+++ b/app-text/calibre/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/calibre
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.259 2013/02/10 20:08:47 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.260 2013/02/10 20:11:37 scarabeus Exp $
+
+ 10 Feb 2013; Tomáš Chvátal <scarabeus@gentoo.org> calibre-0.9.18.ebuild:
+ Uncomment again the LANG unsetting.
10 Feb 2013; Tomáš Chvátal <scarabeus@gentoo.org> calibre-0.9.18.ebuild:
Augh I had those patches on one line, trimmed by vim, add backslash.
diff --git a/app-text/calibre/calibre-0.9.18.ebuild b/app-text/calibre/calibre-0.9.18.ebuild
index 48d34174471d..2bc39c351529 100644
--- a/app-text/calibre/calibre-0.9.18.ebuild
+++ b/app-text/calibre/calibre-0.9.18.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/app-text/calibre/calibre-0.9.18.ebuild,v 1.3 2013/02/10 20:08:47 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.18.ebuild,v 1.4 2013/02/10 20:11:37 scarabeus Exp $
EAPI=5
PYTHON_DEPEND=2:2.7
@@ -117,7 +117,7 @@ src_install() {
# File "/usr/lib/python2.6/locale.py", line 418, in _parse_localename
# raise ValueError, 'unknown locale: %s' % localename
#ValueError: unknown locale: 46
- #export -n LANGUAGE
+ export -n LANGUAGE
# Bug #295672 - Avoid sandbox violation in ~/.config by forcing
# variables to point to our fake temporary $HOME.