diff options
author | George Shapovalov <george@gentoo.org> | 2010-01-21 11:20:13 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2010-01-21 11:20:13 +0000 |
commit | 3a192d53cc37b453122b7efe5e69d46e9ca705cf (patch) | |
tree | 6aab42ee69365270be49f2cf1d3b41a6043acb5f /dev-lang/gnat-gpl/gnat-gpl-3.4.5.2005.ebuild | |
parent | Add canvas colour patch. Bug #295373. (diff) | |
download | gentoo-2-3a192d53cc37b453122b7efe5e69d46e9ca705cf.tar.gz gentoo-2-3a192d53cc37b453122b7efe5e69d46e9ca705cf.tar.bz2 gentoo-2-3a192d53cc37b453122b7efe5e69d46e9ca705cf.zip |
new revision removing extra-fine SLOTting as no longer necessary. Moved eautoconf fix from eclass to specific ebuild
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/gnat-gpl/gnat-gpl-3.4.5.2005.ebuild')
-rw-r--r-- | dev-lang/gnat-gpl/gnat-gpl-3.4.5.2005.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-lang/gnat-gpl/gnat-gpl-3.4.5.2005.ebuild b/dev-lang/gnat-gpl/gnat-gpl-3.4.5.2005.ebuild index 51ecfd970256..68e131b2ab27 100644 --- a/dev-lang/gnat-gpl/gnat-gpl-3.4.5.2005.ebuild +++ b/dev-lang/gnat-gpl/gnat-gpl-3.4.5.2005.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gpl/gnat-gpl-3.4.5.2005.ebuild,v 1.5 2008/07/06 13:14:23 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gpl/gnat-gpl-3.4.5.2005.ebuild,v 1.6 2010/01/21 11:20:13 george Exp $ inherit gnatbuild @@ -21,6 +21,8 @@ KEYWORDS="~amd64 ~x86" DEPEND="app-arch/unzip" RDEPEND="" +IUSE="" + GNATSOURCE="${WORKDIR}/${P}-src" src_unpack() { |