diff options
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 |