diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-02-20 09:47:09 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-02-20 09:47:09 +0000 |
commit | 907daf6b7cd305112748f81e1ce6cf8f3c5eccc5 (patch) | |
tree | fadef1212576dd1f97a9124d82b580e7c766028f /eclass | |
parent | Stable for amd64 wrt bug #499316 (diff) | |
download | gentoo-2-907daf6b7cd305112748f81e1ce6cf8f3c5eccc5.tar.gz gentoo-2-907daf6b7cd305112748f81e1ce6cf8f3c5eccc5.tar.bz2 gentoo-2-907daf6b7cd305112748f81e1ce6cf8f3c5eccc5.zip |
Be precise
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/intel-sdp.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/intel-sdp.eclass b/eclass/intel-sdp.eclass index ca7b57e7fa5a..5e9a88348f62 100644 --- a/eclass/intel-sdp.eclass +++ b/eclass/intel-sdp.eclass @@ -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/eclass/intel-sdp.eclass,v 1.15 2013/09/29 18:00:30 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/intel-sdp.eclass,v 1.16 2014/02/20 09:47:09 jlec Exp $ # @ECLASS: intel-sdp.eclass # @MAINTAINER: @@ -324,7 +324,7 @@ intel-sdp_pkg_pretend() { die "Could not find license file" fi else - eqawarn "The ebuild doesn't check for a license!" + eqawarn "The ebuild doesn't check for presents of a proper intel license!" eqawarn "This shouldn't be done unless there is a serious reason." fi } |