mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
pentoo: global flags, fix https://github.com/pentoo/pentoo-overlay/issues/1086
This commit is contained in:
parent
4e36d6e571
commit
2ef8647349
3 changed files with 7 additions and 8 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST pentoo-grubtheme.tar.xz 620680 BLAKE2B 7627da925abd52fc778dec1854cd491539e0576c23c738e97f3be9a2c9e2a6fbc2ec4e11d6e480c76366fa6e2ce815c6c0e10118f9f74e93bcf3184b0caa666f SHA512 56e6d9e3a72c456f6c62381b9fd81ca05104383a8c25e09eee7876b87374e251b7cb9fc14a2c5bc74d83978b5b2f93212df2ea9f95338c4c9f9d9638346941d7
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -10,7 +10,7 @@ SLOT="0"
|
|||
LICENSE="GPL-3"
|
||||
|
||||
IUSE_VIDEO_CARDS="video_cards_nvidia video_cards_virtualbox video_cards_vmware"
|
||||
IUSE="+2fa livecd-stage1 pentoo-in-a-container pentoo-minimal pentoo pentoo-extra pentoo-full qemu windows-compat +X ${IUSE_VIDEO_CARDS}"
|
||||
IUSE="+2fa livecd-stage1 pentoo-in-a-container pentoo-minimal pentoo pentoo-extra pentoo-full qemu windows-compat +X +pcmcia +subversion ${IUSE_VIDEO_CARDS}"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ PDEPEND="${PDEPEND}
|
|||
sys-power/hibernate-script
|
||||
|| ( sys-process/iotop-c sys-process/iotop )
|
||||
sys-apps/hdparm
|
||||
dev-vcs/subversion
|
||||
subversion? ( dev-vcs/subversion )
|
||||
media-fonts/dejavu
|
||||
media-fonts/font-misc-misc
|
||||
media-fonts/wqy-zenhei
|
||||
|
|
@ -75,7 +75,7 @@ PDEPEND="${PDEPEND}
|
|||
#Pentoo Extra
|
||||
PDEPEND="${PDEPEND}
|
||||
pentoo-extra? (
|
||||
sys-apps/pcmciautils
|
||||
pcmcia? ( sys-apps/pcmciautils )
|
||||
sys-fs/jfsutils
|
||||
sys-fs/reiser4progs
|
||||
sys-fs/reiserfsprogs
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Copyright 1999-2021 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
|
@ -9,13 +9,13 @@ HOMEPAGE="http://www.pentoo.ch"
|
|||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="gps +drivers livecd-stage1 pentoo-extra pentoo-full +wpe"
|
||||
IUSE="gps +drivers livecd-stage1 pentoo-extra pentoo-full +wpe +radius"
|
||||
|
||||
#util-linux has rfkill now
|
||||
PDEPEND="
|
||||
|| ( net-wireless/hostapd[wpe] net-wireless/hostapd[karma_cli] )
|
||||
net-wireless/aircrack-ng
|
||||
net-dialup/freeradius[wpe]
|
||||
radius? ( net-dialup/freeradius[wpe] )
|
||||
net-wireless/kismet
|
||||
>=sys-apps/util-linux-2.31_rc1
|
||||
net-wireless/crda
|
||||
Loading…
Reference in a new issue