diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-08-26 19:59:37 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-08-26 19:59:37 +0000 |
commit | dbd700c10b003d158daa5743ac895ceb3e1d3fcf (patch) | |
tree | d2411588ed057611d136bf2fe5039793d6be4d81 /sys-apps/util-linux | |
parent | bumped EAPI to 5 to help with dev-lang/perl upgrade (diff) | |
download | gentoo-2-dbd700c10b003d158daa5743ac895ceb3e1d3fcf.tar.gz gentoo-2-dbd700c10b003d158daa5743ac895ceb3e1d3fcf.tar.bz2 gentoo-2-dbd700c10b003d158daa5743ac895ceb3e1d3fcf.zip |
Install bash-completion files unconditionally.
(Portage version: 2.2.11_p165/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r-- | sys-apps/util-linux/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-2.24.2.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-2.25.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-9999.ebuild | 6 |
4 files changed, 14 insertions, 10 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog index 22a9fa23c226..6a3af95c2d31 100644 --- a/sys-apps/util-linux/ChangeLog +++ b/sys-apps/util-linux/ChangeLog @@ -1,6 +1,10 @@ # 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.482 2014/08/05 23:04:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.483 2014/08/26 19:59:37 mgorny Exp $ + + 26 Aug 2014; Michał Górny <mgorny@gentoo.org> util-linux-2.24.2.ebuild, + util-linux-2.25.ebuild, util-linux-9999.ebuild: + Install bash-completion files unconditionally. 05 Aug 2014; Mike Frysinger <vapier@gentoo.org> +files/util-linux-2.25-lscpu-pic.patch, util-linux-2.25.ebuild: diff --git a/sys-apps/util-linux/util-linux-2.24.2.ebuild b/sys-apps/util-linux/util-linux-2.24.2.ebuild index 436d08e36552..cb55fa1d1515 100644 --- a/sys-apps/util-linux/util-linux-2.24.2.ebuild +++ b/sys-apps/util-linux/util-linux-2.24.2.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.24.2.ebuild,v 1.6 2014/08/05 14:27:40 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.2.ebuild,v 1.7 2014/08/26 19:59:37 mgorny 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="caps +cramfs cytune fdformat ncurses nls pam python selinux slang static-libs +suid test tty-helpers udev unicode" RDEPEND="!sys-process/schedutils !sys-apps/setarch @@ -99,7 +99,7 @@ multilib_src_configure() { $(multilib_native_use_enable nls) \ --enable-agetty \ --with-bashcompletiondir="$(get_bashcompdir)" \ - $(multilib_native_use_enable bash-completion) \ + --enable-bash-completion \ $(multilib_native_use_enable caps setpriv) \ $(multilib_native_use_enable cramfs) \ $(multilib_native_use_enable cytune) \ diff --git a/sys-apps/util-linux/util-linux-2.25.ebuild b/sys-apps/util-linux/util-linux-2.25.ebuild index da52fa40c7cf..ee5af080af9f 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.5 2014/08/05 23:04:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.25.ebuild,v 1.6 2014/08/26 19:59:37 mgorny 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 fdformat ncurses nls pam python selinux slang static-libs +suid test tty-helpers udev unicode" +IUSE="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,7 @@ multilib_src_configure() { $(multilib_native_use_enable nls) \ --enable-agetty \ --with-bashcompletiondir="$(get_bashcompdir)" \ - $(multilib_native_use_enable bash-completion) \ + --enable-bash-completion \ $(multilib_native_use_enable caps setpriv) \ --disable-chfn-chsh \ $(multilib_native_use_enable cramfs) \ diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index 4d1e5150f223..ac16c4e92698 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.57 2014/08/01 06:55:12 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.58 2014/08/26 19:59:37 mgorny 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 fdformat ncurses nls pam python selinux slang static-libs +suid test tty-helpers udev unicode" +IUSE="caps +cramfs fdformat ncurses nls pam python selinux slang static-libs +suid test tty-helpers udev unicode" RDEPEND="!sys-process/schedutils !sys-apps/setarch @@ -90,7 +90,7 @@ multilib_src_configure() { $(multilib_native_use_enable nls) \ --enable-agetty \ --with-bashcompletiondir="$(get_bashcompdir)" \ - $(multilib_native_use_enable bash-completion) \ + --enable-bash-completion \ $(multilib_native_use_enable caps setpriv) \ --disable-chfn-chsh \ $(multilib_native_use_enable cramfs) \ |