diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 14:16:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 14:16:29 +0000 |
commit | f6782d721d3bb16431684ad78b77336b534a7427 (patch) | |
tree | 96cedd39400490496afdf3e740b533e1baa3f6d1 /app-office/unoconv | |
parent | Add ~ppc, wrt bug #449220 (diff) | |
download | gentoo-2-f6782d721d3bb16431684ad78b77336b534a7427.tar.gz gentoo-2-f6782d721d3bb16431684ad78b77336b534a7427.tar.bz2 gentoo-2-f6782d721d3bb16431684ad78b77336b534a7427.zip |
Add ~ppc, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'app-office/unoconv')
-rw-r--r-- | app-office/unoconv/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/unoconv/unoconv-0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/unoconv/ChangeLog b/app-office/unoconv/ChangeLog index a9301cd0f5f8..39e9f9e96257 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.8 2012/11/16 20:08:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/ChangeLog,v 1.9 2012/12/31 14:16:29 ago Exp $ + + 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> unoconv-0.6.ebuild: + Add ~ppc, wrt bug #449220 16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> unoconv-0.6.ebuild: workaround for bug 399061 diff --git a/app-office/unoconv/unoconv-0.6.ebuild b/app-office/unoconv/unoconv-0.6.ebuild index c8aed723794f..15aff7bb74f0 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.2 2012/11/16 20:08:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-0.6.ebuild,v 1.3 2012/12/31 14:16:29 ago Exp $ EAPI=3 @@ -19,7 +19,7 @@ SLOT="0" # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 [[ ${PV} == 9999* ]] || \ -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" |