diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-20 12:53:28 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-20 12:53:28 +0000 |
commit | 9461bcf146f2b7a0bbc98da6b7aa478af9eb7449 (patch) | |
tree | 9cdcc30a675f3e5fc4bb618b5edc7b7d6847977d /sys-fs | |
parent | [bump] dev-perl/Data-Random-0.80.0 (diff) | |
download | gentoo-2-9461bcf146f2b7a0bbc98da6b7aa478af9eb7449.tar.gz gentoo-2-9461bcf146f2b7a0bbc98da6b7aa478af9eb7449.tar.bz2 gentoo-2-9461bcf146f2b7a0bbc98da6b7aa478af9eb7449.zip |
Correct mistake from last commit, this should have never went in.
(Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udev/udev-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index 68e6b63d81bb..3ebbda733981 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.147 2013/01/20 09:57:30 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.148 2013/01/20 12:53:28 ssuominen Exp $ EAPI=4 @@ -169,7 +169,7 @@ src_prepare() if [[ ${PV} = 9999* ]]; then # secure_getenv() disable for non-glibc systems wrt bug #443030 - if ! [[ $(grep -r secure_getenv * | wc -l) -eq 16 ]]; then + if ! [[ $(grep -r secure_getenv * | wc -l) -eq 13 ]]; then eerror "The line count for secure_getenv() failed, see bug #443030" die fi |