diff options
author | Ilya Volynets <iluxa@gentoo.org> | 2008-10-09 14:44:58 +0000 |
---|---|---|
committer | Ilya Volynets <iluxa@gentoo.org> | 2008-10-09 14:44:58 +0000 |
commit | f2c4523b7ff85a2879f11773de57d26b849d10a0 (patch) | |
tree | 1e367549f387ddeb608c3b3bee64a4c8654d37fd /dev-cpp/sptk | |
parent | Version bump, update homepage. No poppler patch for now (diff) | |
download | gentoo-2-f2c4523b7ff85a2879f11773de57d26b849d10a0.tar.gz gentoo-2-f2c4523b7ff85a2879f11773de57d26b849d10a0.tar.bz2 gentoo-2-f2c4523b7ff85a2879f11773de57d26b849d10a0.zip |
Add "examples" to IUSE of SPTK ebuild
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-cpp/sptk')
-rw-r--r-- | dev-cpp/sptk/ChangeLog | 10 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-3.5.8.ebuild | 6 |
2 files changed, 13 insertions, 3 deletions
diff --git a/dev-cpp/sptk/ChangeLog b/dev-cpp/sptk/ChangeLog index 079d1878b5ae..14101f3cd61f 100644 --- a/dev-cpp/sptk/ChangeLog +++ b/dev-cpp/sptk/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-cpp/sptk # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.39 2008/10/02 18:55:36 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.40 2008/10/09 14:44:58 iluxa Exp $ + + 09 Oct 2008; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org> + sptk-3.5.8.ebuild: + Add "examples" to IUSE + + 09 Oct 2008; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org> + sptk-3.5.8.ebuild: + Add mysql use flag 02 Oct 2008; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org> sptk-3.5.7.13.ebuild, sptk-3.5.8.ebuild: diff --git a/dev-cpp/sptk/sptk-3.5.8.ebuild b/dev-cpp/sptk/sptk-3.5.8.ebuild index eeffa1c91a98..c1dc9e8ae364 100644 --- a/dev-cpp/sptk/sptk-3.5.8.ebuild +++ b/dev-cpp/sptk/sptk-3.5.8.ebuild @@ -1,10 +1,10 @@ # Copyright 2006-2008 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.ebuild,v 1.2 2008/10/02 18:55:36 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.ebuild,v 1.3 2008/10/09 14:44:58 iluxa Exp $ inherit eutils flag-o-matic autotools multilib -IUSE="fltk odbc doc sqlite3 excel postgres aspell" +IUSE="fltk odbc doc sqlite3 examples excel postgres aspell mysql" DESCRIPTION="C++ user interface toolkit for X with database and Excel support" SRC_URI="http://www.sptk.net/sptk-${PV}.tbz2" @@ -18,6 +18,7 @@ RDEPEND="fltk? ( >=x11-libs/fltk-1.1.6 ) odbc? ( >=dev-db/unixODBC-2.2.6 ) sqlite3? ( >=dev-db/sqlite-3 ) postgres? ( >=virtual/postgresql-base-8.0 ) + mysql? ( dev-db/mysql ) aspell? ( >=app-text/aspell-0.50 )" DEPEND="${RDEPEND} @@ -38,6 +39,7 @@ src_unpack() { check_use examples EXAMPLES check_use postgres POSTGRESQL + check_use mysql MYSQL check_use sqlite3 SQLITE3 check_use odbc ODBC check_use aspell ASPELL |