From 3fb1337199c8a00369ce58d1964ddede4745ac79 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Thu, 10 Sep 2009 18:08:19 +0000 Subject: Change the config check to avoid triggering it during catalyst autobuild for the meantime. (Portage version: 2.2_rc40/cvs/Linux x86_64) --- net-dialup/ppp/ChangeLog | 7 ++++++- net-dialup/ppp/ppp-2.4.4-r23.ebuild | 4 ++-- net-dialup/ppp/ppp-2.4.4-r24.ebuild | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) (limited to 'net-dialup/ppp') diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog index da191933493f..64888a7b76ba 100644 --- a/net-dialup/ppp/ChangeLog +++ b/net-dialup/ppp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dialup/ppp # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.245 2009/09/08 12:39:01 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.246 2009/09/10 18:08:19 robbat2 Exp $ + + 10 Sep 2009; Robin H. Johnson ppp-2.4.4-r23.ebuild, + ppp-2.4.4-r24.ebuild: + Change the config check to avoid triggering it during catalyst autobuild + for the meantime. 08 Sep 2009; Robin H. Johnson ppp-2.4.4-r23.ebuild, ppp-2.4.4-r24.ebuild: diff --git a/net-dialup/ppp/ppp-2.4.4-r23.ebuild b/net-dialup/ppp/ppp-2.4.4-r23.ebuild index 726258af5c6d..b2f26879763f 100644 --- a/net-dialup/ppp/ppp-2.4.4-r23.ebuild +++ b/net-dialup/ppp/ppp-2.4.4-r23.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/net-dialup/ppp/ppp-2.4.4-r23.ebuild,v 1.2 2009/09/08 12:39:01 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r23.ebuild,v 1.3 2009/09/10 18:08:19 robbat2 Exp $ EAPI="2" @@ -230,7 +230,7 @@ src_install() { } pkg_postinst() { - if linux-info_get_any_version ; then + if linux-info_get_any_version && linux_config_src_exists; then echo ewarn "If the following test report contains a missing kernel configuration option that you need," ewarn "you should reconfigure and rebuild your kernel before running pppd." diff --git a/net-dialup/ppp/ppp-2.4.4-r24.ebuild b/net-dialup/ppp/ppp-2.4.4-r24.ebuild index d2d233fd86ba..2cd2300c140c 100644 --- a/net-dialup/ppp/ppp-2.4.4-r24.ebuild +++ b/net-dialup/ppp/ppp-2.4.4-r24.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/net-dialup/ppp/ppp-2.4.4-r24.ebuild,v 1.3 2009/09/08 12:39:01 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r24.ebuild,v 1.4 2009/09/10 18:08:19 robbat2 Exp $ EAPI="2" @@ -231,7 +231,7 @@ src_install() { } pkg_postinst() { - if linux-info_get_any_version ; then + if linux-info_get_any_version && linux_config_src_exists; then echo ewarn "If the following test report contains a missing kernel configuration option that you need," ewarn "you should reconfigure and rebuild your kernel before running pppd." -- cgit v1.2.3-65-gdbad