1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/Attic/libreoffice-3.6.4.3.ebuild,v 1.1 2012/12/04 17:34:45 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/Attic/libreoffice-3.6.4.3.ebuild,v 1.2 2012/12/08 19:47:23 scarabeus Exp $ |
4 | |
4 | |
5 | EAPI=4 |
5 | EAPI=4 |
6 | |
6 | |
7 | KDE_REQUIRED="optional" |
7 | KDE_REQUIRED="optional" |
8 | QT_MINIMAL="4.7.4" |
8 | QT_MINIMAL="4.7.4" |
… | |
… | |
88 | done |
88 | done |
89 | unset lo_xt |
89 | unset lo_xt |
90 | |
90 | |
91 | LICENSE="|| ( LGPL-3 MPL-1.1 )" |
91 | LICENSE="|| ( LGPL-3 MPL-1.1 )" |
92 | SLOT="0" |
92 | SLOT="0" |
93 | [[ ${PV} == *9999* ]] || KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" |
93 | [[ ${PV} == *9999* ]] || KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" |
94 | |
94 | |
95 | COMMON_DEPEND=" |
95 | COMMON_DEPEND=" |
96 | app-arch/zip |
96 | app-arch/zip |
97 | app-arch/unzip |
97 | app-arch/unzip |
98 | >=app-text/hunspell-1.3.2-r3 |
98 | >=app-text/hunspell-1.3.2-r3 |