diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2011-05-14 14:34:21 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2011-05-14 14:34:21 +0000 |
commit | a51fa9150e16e876777fff7cd334da3ed9227517 (patch) | |
tree | 8679a46ba13398ff618470313c98b6999e5871d0 /sci-electronics | |
parent | x86 stable per bug 366379 (diff) | |
download | gentoo-2-a51fa9150e16e876777fff7cd334da3ed9227517.tar.gz gentoo-2-a51fa9150e16e876777fff7cd334da3ed9227517.tar.bz2 gentoo-2-a51fa9150e16e876777fff7cd334da3ed9227517.zip |
Switch to EAPI=3 to fix bug #192761
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/ghdl/ChangeLog | 7 | ||||
-rw-r--r-- | sci-electronics/ghdl/ghdl-0.29.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-electronics/ghdl/ChangeLog b/sci-electronics/ghdl/ChangeLog index 0d650a11e1da..0989ecb117f6 100644 --- a/sci-electronics/ghdl/ChangeLog +++ b/sci-electronics/ghdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/ghdl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ghdl/ChangeLog,v 1.13 2010/07/24 15:39:14 tomjbe Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ghdl/ChangeLog,v 1.14 2011/05/14 14:34:21 tomjbe Exp $ + + 14 May 2011; Thomas Beierlein <tomjbe@gentoo.org> ghdl-0.29.ebuild: + Switch to EAPI=3 to fix bug #192761 24 Jul 2010; Thomas Beierlein <tomjbe@gentoo.org> ghdl-0.27.ebuild, ghdl-0.29.ebuild: diff --git a/sci-electronics/ghdl/ghdl-0.29.ebuild b/sci-electronics/ghdl/ghdl-0.29.ebuild index 6664a7c3bdcf..81638c676b64 100644 --- a/sci-electronics/ghdl/ghdl-0.29.ebuild +++ b/sci-electronics/ghdl/ghdl-0.29.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ghdl/ghdl-0.29.ebuild,v 1.2 2010/07/24 15:39:14 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ghdl/ghdl-0.29.ebuild,v 1.3 2011/05/14 14:34:21 tomjbe Exp $ -EAPI="2" +EAPI="3" inherit multilib |