diff options
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/sptk/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-3.5.8.10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-cpp/sptk/ChangeLog b/dev-cpp/sptk/ChangeLog index 2c8c0ae04b28..2f872a630e77 100644 --- a/dev-cpp/sptk/ChangeLog +++ b/dev-cpp/sptk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/sptk # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.52 2009/02/20 08:02:57 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.53 2009/03/10 12:53:54 flameeyes Exp $ + + 10 Mar 2009; Diego E. Pettenò <flameeyes@gentoo.org> + sptk-3.5.8.10.ebuild: + Fix typo. 20 Feb 2009; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org> -sptk-3.5.8.8.ebuild: diff --git a/dev-cpp/sptk/sptk-3.5.8.10.ebuild b/dev-cpp/sptk/sptk-3.5.8.10.ebuild index a65078090f72..e08772b751a2 100644 --- a/dev-cpp/sptk/sptk-3.5.8.10.ebuild +++ b/dev-cpp/sptk/sptk-3.5.8.10.ebuild @@ -1,6 +1,6 @@ # Copyright 2006-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.10.ebuild,v 1.1 2009/02/20 07:59:28 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.10.ebuild,v 1.2 2009/03/10 12:53:54 flameeyes Exp $ EAPI=1 @@ -42,7 +42,7 @@ src_unpack() { sptk_use_enable examples EXAMPLES sptk_use_enable postgres POSTGRESQL sptk_use_enable mysql MYSQL - sptk_use_enable sqlite3 SQLITE3 + sptk_use_enable sqlite SQLITE3 sptk_use_enable odbc ODBC sptk_use_enable aspell ASPELL sptk_use_enable fltk FLTK |