summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-11-16 20:08:44 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-11-16 20:08:44 +0000
commitc2421f8d9761a9f2811504864a6c2b6ee1a4ec98 (patch)
tree3f0a8a5a98834f37f221ca7a95054a7f0b80a4ca /app-office
parentworkaround for bug 399061 (diff)
downloadgentoo-2-c2421f8d9761a9f2811504864a6c2b6ee1a4ec98.tar.gz
gentoo-2-c2421f8d9761a9f2811504864a6c2b6ee1a4ec98.tar.bz2
gentoo-2-c2421f8d9761a9f2811504864a6c2b6ee1a4ec98.zip
workaround for bug 399061
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/unoconv/ChangeLog6
-rw-r--r--app-office/unoconv/unoconv-0.6.ebuild8
2 files changed, 10 insertions, 4 deletions
diff --git a/app-office/unoconv/ChangeLog b/app-office/unoconv/ChangeLog
index 5839b0169abd..a9301cd0f5f8 100644
--- a/app-office/unoconv/ChangeLog
+++ b/app-office/unoconv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/unoconv
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.7 2012/11/01 08:08:23 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.8 2012/11/16 20:08:44 ago Exp $
+
+ 16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> unoconv-0.6.ebuild:
+ workaround for bug 399061
01 Nov 2012; Hans de Graaff <graaff@gentoo.org> -unoconv-20120327.ebuild,
-unoconv-20120522.ebuild:
@@ -40,4 +43,3 @@
+unoconv-20110923.ebuild, +unoconv-99999999.ebuild, +files/timeout.patch,
+metadata.xml:
Initial commit. Fixes bug #262083.
-
diff --git a/app-office/unoconv/unoconv-0.6.ebuild b/app-office/unoconv/unoconv-0.6.ebuild
index b4f71aa80cb7..c8aed723794f 100644
--- a/app-office/unoconv/unoconv-0.6.ebuild
+++ b/app-office/unoconv/unoconv-0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-0.6.ebuild,v 1.1 2012/10/31 08:55:29 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-0.6.ebuild,v 1.2 2012/11/16 20:08:44 ago Exp $
EAPI=3
@@ -16,7 +16,11 @@ HOMEPAGE="http://dag.wieers.com/home-made/unoconv/"
LICENSE="GPL-2"
SLOT="0"
-[[ ${PV} == 9999* ]] || KEYWORDS="~amd64 ~x86"
+
+# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
+[[ ${PV} == 9999* ]] || \
+KEYWORDS="~amd64 ~x86"
+
IUSE=""
DEPEND=""