diff options
author | George Shapovalov <george@gentoo.org> | 2006-04-21 11:51:05 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2006-04-21 11:51:05 +0000 |
commit | 8b6b0b1da6167ee9ce2c5d5c61cd9f1e20baff73 (patch) | |
tree | aa48b23689741ad199cfae81941ae5083105ab07 /eclass/gnat.eclass | |
parent | Remove dev-libs/pam_pkcs11, moved in sys-auth/pam_pkcs11. (diff) | |
download | gentoo-2-8b6b0b1da6167ee9ce2c5d5c61cd9f1e20baff73.tar.gz gentoo-2-8b6b0b1da6167ee9ce2c5d5c61cd9f1e20baff73.tar.bz2 gentoo-2-8b6b0b1da6167ee9ce2c5d5c61cd9f1e20baff73.zip |
removed DEPEND=dev-lang/gnat - not necessary as all packages have their own DEPEND's on gnat and it blocks future updates to new gnat system (and gnat.eclass)
Diffstat (limited to 'eclass/gnat.eclass')
-rw-r--r-- | eclass/gnat.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/gnat.eclass b/eclass/gnat.eclass index 3ce2e08ae3dd..12644a6e0b89 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.11 2005/12/15 12:06:30 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.12 2006/04/21 11:51:05 george Exp $ # # Author: David Holm <dholm@gentoo.org> # @@ -12,8 +12,6 @@ inherit flag-o-matic EXPORT_FUNCTIONS pkg_setup -DEPEND="dev-lang/gnat" - DESCRIPTION="Based on the ${ECLASS} eclass" gnat_filter_flags() { |