summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2013-03-01 01:19:56 +0000
committerChristoph Junghans <ottxor@gentoo.org>2013-03-01 01:19:56 +0000
commit5431da7f09dafef8d689600a8b6e03bd4bd136b2 (patch)
tree5fb18b2d1a749c403c5af979d675299b3369ac35 /media-sound
parentRemove obsolete patches. (diff)
downloadgentoo-2-5431da7f09dafef8d689600a8b6e03bd4bd136b2.tar.gz
gentoo-2-5431da7f09dafef8d689600a8b6e03bd4bd136b2.tar.bz2
gentoo-2-5431da7f09dafef8d689600a8b6e03bd4bd136b2.zip
weaken interface names for warning (thx to Simone Scanzoni, bug #459816)
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/google-musicmanager/ChangeLog6
-rw-r--r--media-sound/google-musicmanager/google-musicmanager-1.0.55.7425_beta-r2.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/media-sound/google-musicmanager/ChangeLog b/media-sound/google-musicmanager/ChangeLog
index 1a1120d7294b..977361bc8f58 100644
--- a/media-sound/google-musicmanager/ChangeLog
+++ b/media-sound/google-musicmanager/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/google-musicmanager
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/ChangeLog,v 1.26 2013/02/26 03:27:46 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/ChangeLog,v 1.27 2013/03/01 01:19:56 ottxor Exp $
+
+ 01 Mar 2013; Christoph Junghans <ottxor@gentoo.org>
+ google-musicmanager-1.0.55.7425_beta-r2.ebuild:
+ weaken interface names for warning (thx to Simone Scanzoni, bug #459816)
*google-musicmanager-1.0.55.7425_beta-r2 (26 Feb 2013)
diff --git a/media-sound/google-musicmanager/google-musicmanager-1.0.55.7425_beta-r2.ebuild b/media-sound/google-musicmanager/google-musicmanager-1.0.55.7425_beta-r2.ebuild
index 5aa23307a28c..97258b77be92 100644
--- a/media-sound/google-musicmanager/google-musicmanager-1.0.55.7425_beta-r2.ebuild
+++ b/media-sound/google-musicmanager/google-musicmanager-1.0.55.7425_beta-r2.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/media-sound/google-musicmanager/google-musicmanager-1.0.55.7425_beta-r2.ebuild,v 1.1 2013/02/26 03:27:46 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.55.7425_beta-r2.ebuild,v 1.2 2013/03/01 01:19:56 ottxor Exp $
EAPI=5
@@ -60,8 +60,8 @@ pkg_nofetch() {
}
pkg_setup() {
- if type -p ifconfig > /dev/null && ! ifconfig | grep -q "^eth[0-9]" ; then
- ewarn "${PN} needs at least one network interface named eth[0-9] (bug #455896)"
+ if type -p ifconfig > /dev/null && ! ifconfig | grep -Eq "^(eth|wlan)" ; then
+ ewarn "${PN} needs at least one network interface named eth* or wlan* (bug #455896 and bug #459816)"
fi
}