diff options
author | George Shapovalov <george@gentoo.org> | 2006-05-13 21:26:23 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2006-05-13 21:26:23 +0000 |
commit | 0fa00fd464ab9d521d830e75f9e6b73efe854ec8 (patch) | |
tree | 282d8e712a08557491ad5f6faee7ce189684f5ba /dev-ada/asis/asis-3.15p.ebuild | |
parent | Stable on amd64 (diff) | |
download | historical-0fa00fd464ab9d521d830e75f9e6b73efe854ec8.tar.gz historical-0fa00fd464ab9d521d830e75f9e6b73efe854ec8.tar.bz2 historical-0fa00fd464ab9d521d830e75f9e6b73efe854ec8.zip |
removed inherit gnat until adapted for new eclass
Package-Manager: portage-2.1_pre10-r5
Diffstat (limited to 'dev-ada/asis/asis-3.15p.ebuild')
-rw-r--r-- | dev-ada/asis/asis-3.15p.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ada/asis/asis-3.15p.ebuild b/dev-ada/asis/asis-3.15p.ebuild index 8b34921efe1c..e85885358f4f 100644 --- a/dev-ada/asis/asis-3.15p.ebuild +++ b/dev-ada/asis/asis-3.15p.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis/asis-3.15p.ebuild,v 1.15 2005/12/15 14:42:18 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis/asis-3.15p.ebuild,v 1.16 2006/05/13 21:26:23 george Exp $ -inherit gnat eutils +inherit eutils S="${WORKDIR}/${P}-src" DESCRIPTION="The Ada Semantic Interface Specification queries and services provide a consistent interface to information within the Ada Program Library created at compile time." |