diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-08-01 06:26:19 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-08-01 06:26:19 +0000 |
commit | f6d6a4cb70c918619dffed177c4f195b70951d19 (patch) | |
tree | eadc34dc11b1590932b16221ea00f2cb9b08681e /sys-apps | |
parent | Raise linux-headers dependency to >= 3.5 for IFLA_MACVLAN_FLAGS because it's ... (diff) | |
download | gentoo-2-f6d6a4cb70c918619dffed177c4f195b70951d19.tar.gz gentoo-2-f6d6a4cb70c918619dffed177c4f195b70951d19.tar.bz2 gentoo-2-f6d6a4cb70c918619dffed177c4f195b70951d19.zip |
Removed cytune support
(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/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-2.25.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog index 198d982dd8bd..a0714a9e743f 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.475 2014/08/01 05:30:31 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.476 2014/08/01 06:26:19 polynomial-c Exp $ + + 01 Aug 2014; Lars Wendler <polynomial-c@gentoo.org> util-linux-2.25.ebuild: + Removed cytune support. *util-linux-2.25 (01 Aug 2014) diff --git a/sys-apps/util-linux/util-linux-2.25.ebuild b/sys-apps/util-linux/util-linux-2.25.ebuild index 5d2e34522fbe..a2194f9ac891 100644 --- a/sys-apps/util-linux/util-linux-2.25.ebuild +++ b/sys-apps/util-linux/util-linux-2.25.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-2.25.ebuild,v 1.1 2014/08/01 05:30:30 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.25.ebuild,v 1.2 2014/08/01 06:26:19 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 @@ -95,7 +95,6 @@ multilib_src_configure() { $(multilib_native_use_enable bash-completion) \ $(multilib_native_use_enable caps setpriv) \ $(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 \ |