diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-16 20:09:52 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-16 20:09:52 +0000 |
commit | 4b3e6cef880f4a7920a2c7be165fce681f852700 (patch) | |
tree | 4733b753ffc6fba096caa6af006c0a9a9a37fd62 /app-office | |
parent | workaround for bug 399061 (diff) | |
download | gentoo-2-4b3e6cef880f4a7920a2c7be165fce681f852700.tar.gz gentoo-2-4b3e6cef880f4a7920a2c7be165fce681f852700.tar.bz2 gentoo-2-4b3e6cef880f4a7920a2c7be165fce681f852700.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/libreoffice/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-3.6.3.2.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-office/libreoffice/ChangeLog b/app-office/libreoffice/ChangeLog index 7a8d5abe4f6a..794e015a2707 100644 --- a/app-office/libreoffice/ChangeLog +++ b/app-office/libreoffice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/libreoffice # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.394 2012/11/16 19:28:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.395 2012/11/16 20:09:52 ago Exp $ + + 16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> libreoffice-3.6.3.2.ebuild: + workaround for bug 399061 16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> libreoffice-3.6.3.2.ebuild: really stable diff --git a/app-office/libreoffice/libreoffice-3.6.3.2.ebuild b/app-office/libreoffice/libreoffice-3.6.3.2.ebuild index 34471f51cd02..b71fcdcc6f1c 100644 --- a/app-office/libreoffice/libreoffice-3.6.3.2.ebuild +++ b/app-office/libreoffice/libreoffice-3.6.3.2.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/libreoffice/libreoffice-3.6.3.2.ebuild,v 1.5 2012/11/16 19:28:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.6.3.2.ebuild,v 1.6 2012/11/16 20:09:52 ago Exp $ EAPI=4 @@ -90,7 +90,10 @@ unset lo_xt LICENSE="|| ( LGPL-3 MPL-1.1 )" SLOT="0" -[[ ${PV} == *9999* ]] || KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" + +# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 +[[ ${PV} == *9999* ]] || \ +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" COMMON_DEPEND=" app-arch/zip |