diff options
author | Serkan Kaba <serkan@gentoo.org> | 2011-08-26 17:08:00 +0000 |
---|---|---|
committer | Serkan Kaba <serkan@gentoo.org> | 2011-08-26 17:08:00 +0000 |
commit | aa19245af2d613935ac90aa6b6bd514e03c20313 (patch) | |
tree | 4cf2c8e3a8b596d9e2c175461e2bf81810a8755d /app-text/zpspell | |
parent | Add missing deps on flex and bison #380651 (diff) | |
download | gentoo-2-aa19245af2d613935ac90aa6b6bd514e03c20313.tar.gz gentoo-2-aa19245af2d613935ac90aa6b6bd514e03c20313.tar.bz2 gentoo-2-aa19245af2d613935ac90aa6b6bd514e03c20313.zip |
Bump EAPI to 2 to really fix bug #369651.
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'app-text/zpspell')
-rw-r--r-- | app-text/zpspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/zpspell/zpspell-0.4.3.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-text/zpspell/ChangeLog b/app-text/zpspell/ChangeLog index 4e3da47d2b8c..6c55385d1979 100644 --- a/app-text/zpspell/ChangeLog +++ b/app-text/zpspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/zpspell # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/zpspell/ChangeLog,v 1.4 2011/06/25 07:43:34 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/zpspell/ChangeLog,v 1.5 2011/08/26 17:08:00 serkan Exp $ + + 26 Aug 2011; Serkan Kaba <serkan@gentoo.org> zpspell-0.4.3.ebuild: + Bump EAPI to 2 to really fix bug #369651. 25 Jun 2011; Serkan Kaba <serkan@gentoo.org> zpspell-0.4.3.ebuild, +files/add-gobject-linkage-11566.diff: diff --git a/app-text/zpspell/zpspell-0.4.3.ebuild b/app-text/zpspell/zpspell-0.4.3.ebuild index e2bd408ec343..f640e7c302ef 100644 --- a/app-text/zpspell/zpspell-0.4.3.ebuild +++ b/app-text/zpspell/zpspell-0.4.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/zpspell/zpspell-0.4.3.ebuild,v 1.2 2011/06/25 07:43:34 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/zpspell/zpspell-0.4.3.ebuild,v 1.3 2011/08/26 17:08:00 serkan Exp $ + +EAPI="2" inherit cmake-utils |