diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-10 18:08:19 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-10 18:08:19 +0000 |
commit | 3fb1337199c8a00369ce58d1964ddede4745ac79 (patch) | |
tree | 566f3f9f640d803dab570e94e48f944fef3c70dd /net-dialup/ppp | |
parent | Remove mask for media-tv/linuxtv-dvb-firmware. Affected versions are now gone. (diff) | |
download | gentoo-2-3fb1337199c8a00369ce58d1964ddede4745ac79.tar.gz gentoo-2-3fb1337199c8a00369ce58d1964ddede4745ac79.tar.bz2 gentoo-2-3fb1337199c8a00369ce58d1964ddede4745ac79.zip |
Change the config check to avoid triggering it during catalyst autobuild for the meantime.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup/ppp')
-rw-r--r-- | net-dialup/ppp/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.4-r23.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.4-r24.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
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 <robbat2@gentoo.org> 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 <robbat2@gentoo.org> 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." |