Lines 2-8
Link Here
|
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/openoffice/openoffice-2.0.3.ebuild,v 1.2 2006/07/03 14:41:03 suka Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-2.0.3.ebuild,v 1.2 2006/07/03 14:41:03 suka Exp $ |
4 |
|
4 |
|
5 |
inherit check-reqs debug eutils fdo-mime flag-o-matic java-pkg kde-functions mono toolchain-funcs |
5 |
inherit check-reqs debug eutils fdo-mime flag-o-matic java-pkg-opt-2 kde-functions mono toolchain-funcs |
6 |
|
6 |
|
7 |
IUSE="binfilter cairo eds firefox gnome gtk java kde ldap mono odk pam xml" |
7 |
IUSE="binfilter cairo eds firefox gnome gtk java kde ldap mono odk pam xml" |
8 |
|
8 |
|
Lines 152-158
pkg_setup() {
Link Here
|
152 |
#Detect which look and patchset we are using, amd64 is known not to be working atm, so this is here for testing purposes only |
152 |
#Detect which look and patchset we are using, amd64 is known not to be working atm, so this is here for testing purposes only |
153 |
use amd64 && export DISTRO="Gentoo64" || export DISTRO="Gentoo" |
153 |
use amd64 && export DISTRO="Gentoo64" || export DISTRO="Gentoo" |
154 |
|
154 |
|
155 |
use java && java-pkg_pkg_setup |
155 |
use java && java-pkg-2_pkg_setup |
156 |
|
156 |
|
157 |
} |
157 |
} |
158 |
|
158 |
|