diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-01-27 13:00:11 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-01-27 13:00:33 -0500 |
commit | 90a980ae938943cdaff26a0daeb32cef11ed2133 (patch) | |
tree | 1f16a24c6454b9deaa3305c937895df113dc04d0 /sys-fs/udisks/udisks-2.6.5.ebuild | |
parent | sys-boot/gnu-efi: allow user patches, bug #575300 (diff) | |
download | gentoo-90a980ae938943cdaff26a0daeb32cef11ed2133.tar.gz gentoo-90a980ae938943cdaff26a0daeb32cef11ed2133.tar.bz2 gentoo-90a980ae938943cdaff26a0daeb32cef11ed2133.zip |
sys-fs/udisks: drop CONFIG_SWAP check
Closes: https://bugs.gentoo.org/645900
Package-Manager: Portage-2.3.19_p11, Repoman-2.3.6_p45
Diffstat (limited to 'sys-fs/udisks/udisks-2.6.5.ebuild')
-rw-r--r-- | sys-fs/udisks/udisks-2.6.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-fs/udisks/udisks-2.6.5.ebuild b/sys-fs/udisks/udisks-2.6.5.ebuild index e8deb18f0f61..5e8db1bcdac9 100644 --- a/sys-fs/udisks/udisks-2.6.5.ebuild +++ b/sys-fs/udisks/udisks-2.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -63,7 +63,6 @@ pkg_setup() { if use amd64 || use arm || use ppc || use ppc64 || use x86; then CONFIG_CHECK="~!IDE" #319829 CONFIG_CHECK+=" ~TMPFS_POSIX_ACL" #412377 - CONFIG_CHECK+=" ~SWAP" # https://forums.gentoo.org/viewtopic-t-923640.html CONFIG_CHECK+=" ~NLS_UTF8" #425562 kernel_is lt 3 10 && CONFIG_CHECK+=" ~USB_SUSPEND" #331065, #477278 linux-info_pkg_setup |