diff options
author | Sam James <sam@gentoo.org> | 2021-09-05 05:23:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-05 06:24:48 +0100 |
commit | 6d1a7df755917a0e73bbf276f2c8d9d72347010b (patch) | |
tree | 959c537361141ca3a9ff2b7cdad7cdc758bc36ab /sys-apps | |
parent | sys-apps/util-linux: fix build with linux-headers-5.14 (disable raw) (diff) | |
download | gentoo-6d1a7df755917a0e73bbf276f2c8d9d72347010b.tar.gz gentoo-6d1a7df755917a0e73bbf276f2c8d9d72347010b.tar.bz2 gentoo-6d1a7df755917a0e73bbf276f2c8d9d72347010b.zip |
sys-apps/util-linux: enable IUSE="+hardlink" by default
We were planning on doing this for the next release, but
given we needed to revbump (just to be conservative)
for the --disable-raw change, let's do this while we're
here.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.37.2-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/util-linux/util-linux-2.37.2-r1.ebuild b/sys-apps/util-linux/util-linux-2.37.2-r1.ebuild index f452fde87169..1cfac588089f 100644 --- a/sys-apps/util-linux/util-linux-2.37.2-r1.ebuild +++ b/sys-apps/util-linux/util-linux-2.37.2-r1.ebuild @@ -25,7 +25,7 @@ HOMEPAGE="https://www.kernel.org/pub/linux/utils/util-linux/ https://github.com/ LICENSE="GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain" SLOT="0" -IUSE="audit build caps +cramfs cryptsetup fdformat hardlink kill +logger magic ncurses nls pam python +readline selinux slang static-libs su +suid systemd test tty-helpers udev unicode userland_GNU" +IUSE="audit build caps +cramfs cryptsetup fdformat +hardlink kill +logger magic ncurses nls pam python +readline selinux slang static-libs su +suid systemd test tty-helpers udev unicode userland_GNU" # Most lib deps here are related to programs rather than our libs, # so we rarely need to specify ${MULTILIB_USEDEP}. diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index 5a776d6abd32..e79f37069b6d 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -25,7 +25,7 @@ HOMEPAGE="https://www.kernel.org/pub/linux/utils/util-linux/ https://github.com/ LICENSE="GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain" SLOT="0" -IUSE="audit build caps +cramfs cryptsetup fdformat hardlink kill +logger magic ncurses nls pam python +readline selinux slang static-libs su +suid systemd test tty-helpers udev unicode userland_GNU" +IUSE="audit build caps +cramfs cryptsetup fdformat +hardlink kill +logger magic ncurses nls pam python +readline selinux slang static-libs su +suid systemd test tty-helpers udev unicode userland_GNU" # Most lib deps here are related to programs rather than our libs, # so we rarely need to specify ${MULTILIB_USEDEP}. |