diff options
author | Mike Auty <ikelos@gentoo.org> | 2009-08-31 22:08:39 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2009-08-31 22:08:39 +0000 |
commit | 8708df0ecf82913e186a44dc3494651d4959811f (patch) | |
tree | 9524b7ebd1ceefb834e8eb6bd3145cca6dc4e101 /app-mobilephone/gnokii/gnokii-9999.ebuild | |
parent | Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320. (diff) | |
download | gentoo-2-8708df0ecf82913e186a44dc3494651d4959811f.tar.gz gentoo-2-8708df0ecf82913e186a44dc3494651d4959811f.tar.bz2 gentoo-2-8708df0ecf82913e186a44dc3494651d4959811f.zip |
Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'app-mobilephone/gnokii/gnokii-9999.ebuild')
-rw-r--r-- | app-mobilephone/gnokii/gnokii-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-mobilephone/gnokii/gnokii-9999.ebuild b/app-mobilephone/gnokii/gnokii-9999.ebuild index 6ff3e4b6085d..d7e75d6f56c3 100644 --- a/app-mobilephone/gnokii/gnokii-9999.ebuild +++ b/app-mobilephone/gnokii/gnokii-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-9999.ebuild,v 1.3 2009/08/26 21:09:33 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-9999.ebuild,v 1.4 2009/08/31 22:08:39 ikelos Exp $ EAPI=2 @@ -39,7 +39,7 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) dev-util/intltool" -CONFIG_CHECK="UNIX98_PTYS" +CONFIG_CHECK="~UNIX98_PTYS" # Supported languages and translated documentation # Be sure all languages are prefixed with a single space! |