diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-07-01 17:20:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-07-01 17:20:11 +0000 |
commit | 7f1f564b696a8d27ca0d1ab0cb49e5d97dbbbbf7 (patch) | |
tree | a2442ba5885cbef42519f972f48b300de4f5f1fe /sys-apps/util-linux | |
parent | Add fix from upstream for building with slang #326373 by Mikael Magnusson. (diff) | |
download | gentoo-2-7f1f564b696a8d27ca0d1ab0cb49e5d97dbbbbf7.tar.gz gentoo-2-7f1f564b696a8d27ca0d1ab0cb49e5d97dbbbbf7.tar.bz2 gentoo-2-7f1f564b696a8d27ca0d1ab0cb49e5d97dbbbbf7.zip |
drop dead rdev configure option
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.18.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/util-linux/util-linux-2.18.ebuild b/sys-apps/util-linux/util-linux-2.18.ebuild index 929c261461c3..5dfa98dc07e4 100644 --- a/sys-apps/util-linux/util-linux-2.18.ebuild +++ b/sys-apps/util-linux/util-linux-2.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.18.ebuild,v 1.2 2010/07/01 17:19:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.18.ebuild,v 1.3 2010/07/01 17:20:11 vapier Exp $ EAPI="2" @@ -78,7 +78,6 @@ src_configure() { --disable-mesg \ --enable-partx \ --enable-raw \ - --enable-rdev \ --enable-rename \ --disable-reset \ --disable-login-utils \ |