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 | 5694c992285609914578f04fadbd672c710d05f0 (patch) | |
tree | 1416a0fde0944427e252f00ac5da7a5f6dcb26c1 /eclass | |
parent | Stable on sparc wrt #178693 (diff) | |
download | gentoo-2-5694c992285609914578f04fadbd672c710d05f0.tar.gz gentoo-2-5694c992285609914578f04fadbd672c710d05f0.tar.bz2 gentoo-2-5694c992285609914578f04fadbd672c710d05f0.zip |
enhanced filtering gnat.eselect
Diffstat (limited to '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} } |