diff options
author | George Shapovalov <george@gentoo.org> | 2007-05-28 12:47:53 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2007-05-28 12:47:53 +0000 |
commit | 2f4dfc2ea626b5056377f06fa37fc07ea647dc8b (patch) | |
tree | 5485a7be73a9494a362f1c67a38a862706db40a4 /eclass/gnat.eclass | |
parent | Stable on sparc wrt #178693 (diff) | |
download | historical-2f4dfc2ea626b5056377f06fa37fc07ea647dc8b.tar.gz historical-2f4dfc2ea626b5056377f06fa37fc07ea647dc8b.tar.bz2 historical-2f4dfc2ea626b5056377f06fa37fc07ea647dc8b.zip |
enhanced filtering gnat.eselect
Diffstat (limited to 'eclass/gnat.eclass')
-rw-r--r-- | eclass/gnat.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/gnat.eclass b/eclass/gnat.eclass index 254e9d3306d9..1df94c104dea 100644 --- a/eclass/gnat.eclass +++ b/eclass/gnat.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.22 2007/02/22 15:50:48 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.23 2007/05/28 12:47:53 george Exp $ # # Author: George Shapovalov <george@gentoo.org> # Belongs to: ada herd <ada@gentoo.org> @@ -230,7 +230,8 @@ gnat_src_unpack() { unpack ${A} cat /usr/share/eselect/modules/gnat.eselect | \ grep -v svn_date_to_version | \ - grep -v DESCRIPTION > ${EselectScript} + grep -v DESCRIPTION | \ + grep -v env-update > ${EselectScript} } |