diff options
author | 2014-02-20 09:47:09 +0000 | |
---|---|---|
committer | 2014-02-20 09:47:09 +0000 | |
commit | f764fad4d41543f6670b4eebbd987bff59dacf6d (patch) | |
tree | e9f00eb3099f935d20b65ea64d8abe325533aae1 /eclass | |
parent | Stable for amd64 wrt bug #499316 (diff) | |
download | historical-f764fad4d41543f6670b4eebbd987bff59dacf6d.tar.gz historical-f764fad4d41543f6670b4eebbd987bff59dacf6d.tar.bz2 historical-f764fad4d41543f6670b4eebbd987bff59dacf6d.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 } |