Lines 13-19
Link Here
|
13 |
|
13 |
|
14 |
LICENSE="|| ( GPL-2 AFL-2.0 )" |
14 |
LICENSE="|| ( GPL-2 AFL-2.0 )" |
15 |
SLOT="0" |
15 |
SLOT="0" |
16 |
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86" |
16 |
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" |
17 |
|
17 |
|
18 |
KERNEL_IUSE="kernel_linux kernel_FreeBSD" |
18 |
KERNEL_IUSE="kernel_linux kernel_FreeBSD" |
19 |
IUSE="X acpi apm crypt debug dell disk-partition doc laptop selinux ${KERNEL_IUSE}" |
19 |
IUSE="X acpi apm crypt debug dell disk-partition doc laptop selinux ${KERNEL_IUSE}" |
Lines 169-175
Link Here
|
169 |
fi |
169 |
fi |
170 |
|
170 |
|
171 |
hardware="--with-cpufreq --with-usb-csr --with-keymaps" |
171 |
hardware="--with-cpufreq --with-usb-csr --with-keymaps" |
172 |
use arm && hardware="$hardware --enable-omap" |
172 |
use arm && hardware="$hardware --enable-omap --enable-pmu" |
|
|
173 |
use ppc && hardware="$hardware --enable-pmu" |
173 |
|
174 |
|
174 |
if use dell ; then |
175 |
if use dell ; then |
175 |
hardware="$hardware --with-dell-backlight" |
176 |
hardware="$hardware --with-dell-backlight" |
Lines 196-202
Link Here
|
196 |
--enable-pci \ |
197 |
--enable-pci \ |
197 |
--enable-sonypic \ |
198 |
--enable-sonypic \ |
198 |
$(use_enable apm) \ |
199 |
$(use_enable apm) \ |
199 |
$(use_enable arm pmu) \ |
|
|
200 |
$(use_with arm omap) \ |
200 |
$(use_with arm omap) \ |
201 |
$(use_enable debug verbose-mode) \ |
201 |
$(use_enable debug verbose-mode) \ |
202 |
$(use_enable disk-partition parted) \ |
202 |
$(use_enable disk-partition parted) \ |