diff options
author | George Shapovalov <george@gentoo.org> | 2007-09-25 21:06:55 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2007-09-25 21:06:55 +0000 |
commit | 2f1d2e0c4129e10c87deffcb166c3b0d30ff207c (patch) | |
tree | 148eb48df93c7270e97806e6721b8361b1d5d9bf /app-admin/eselect-gnat | |
parent | Set empty RDEPEND. Use emake install. (diff) | |
download | gentoo-2-2f1d2e0c4129e10c87deffcb166c3b0d30ff207c.tar.gz gentoo-2-2f1d2e0c4129e10c87deffcb166c3b0d30ff207c.tar.bz2 gentoo-2-2f1d2e0c4129e10c87deffcb166c3b0d30ff207c.zip |
removed left over comment that no longer makes sense
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-admin/eselect-gnat')
-rw-r--r-- | app-admin/eselect-gnat/files/gnat-common.bash | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-admin/eselect-gnat/files/gnat-common.bash b/app-admin/eselect-gnat/files/gnat-common.bash index 88316ebaab7d..2333b5967b57 100644 --- a/app-admin/eselect-gnat/files/gnat-common.bash +++ b/app-admin/eselect-gnat/files/gnat-common.bash @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-gnat/files/gnat-common.bash,v 1.1 2007/09/19 20:24:05 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-gnat/files/gnat-common.bash,v 1.2 2007/09/25 21:06:55 george Exp $ # # Original Author: George Shapovalov <george@gentoo.org> @@ -27,8 +27,6 @@ MARKER="55gnat-" # ------------------------------------ # Helpers # -# may be moved to a seperate eclass, if enough accumulated in this one and in -# gnatbuild.eclass.. # get_all_profile_components splits gnat profile and returns pace separated list of its components: # x86_64-pc-linux-gnu-gnat-gcc-4.1 -> x86_64-pc-linux-gnu gcc 4.1 |