summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2014-08-01 06:55:12 +0000
committerLars Wendler <polynomial-c@gentoo.org>2014-08-01 06:55:12 +0000
commited6fb9bb9925f0004a480b7b753109c8dc9b4238 (patch)
treeea9340324888853118ef5ac660a3cd5afdf0e890 /sys-apps
parentVersion bump #517602 (diff)
downloadgentoo-2-ed6fb9bb9925f0004a480b7b753109c8dc9b4238.tar.gz
gentoo-2-ed6fb9bb9925f0004a480b7b753109c8dc9b4238.tar.bz2
gentoo-2-ed6fb9bb9925f0004a480b7b753109c8dc9b4238.zip
Fixed live ebuild as well
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/util-linux/ChangeLog5
-rw-r--r--sys-apps/util-linux/util-linux-9999.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog
index 730503bbc331..f8c5d26c0a82 100644
--- a/sys-apps/util-linux/ChangeLog
+++ b/sys-apps/util-linux/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/util-linux
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.477 2014/08/01 06:49:25 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.478 2014/08/01 06:55:12 polynomial-c Exp $
+
+ 01 Aug 2014; Lars Wendler <polynomial-c@gentoo.org> util-linux-9999.ebuild:
+ Fixed live ebuild as well.
01 Aug 2014; Lars Wendler <polynomial-c@gentoo.org> util-linux-2.25.ebuild:
Fixed installation aborting with header checksum error. Added some more
diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild
index d4b853f5c1af..4d1e5150f223 100644
--- a/sys-apps/util-linux/util-linux-9999.ebuild
+++ b/sys-apps/util-linux/util-linux-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.56 2014/06/18 20:46:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.57 2014/08/01 06:55:12 polynomial-c Exp $
EAPI="4"
@@ -25,7 +25,7 @@ HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/"
LICENSE="GPL-2 LGPL-2.1 BSD-4 MIT public-domain"
SLOT="0"
-IUSE="bash-completion caps +cramfs cytune fdformat ncurses nls pam python selinux slang static-libs +suid test tty-helpers udev unicode"
+IUSE="bash-completion caps +cramfs fdformat ncurses nls pam python selinux slang static-libs +suid test tty-helpers udev unicode"
RDEPEND="!sys-process/schedutils
!sys-apps/setarch
@@ -92,8 +92,8 @@ multilib_src_configure() {
--with-bashcompletiondir="$(get_bashcompdir)" \
$(multilib_native_use_enable bash-completion) \
$(multilib_native_use_enable caps setpriv) \
+ --disable-chfn-chsh \
$(multilib_native_use_enable cramfs) \
- $(multilib_native_use_enable cytune) \
$(multilib_native_use_enable fdformat) \
--with-ncurses=$(multilib_native_usex ncurses $(usex unicode auto yes) no) \
--disable-kill \