diff options
author | Brent Baude <ranger@gentoo.org> | 2009-01-09 17:12:39 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-01-09 17:12:39 +0000 |
commit | 3c6aefc8f47b872116c662655dc38636f12ae24b (patch) | |
tree | 537dba4073674b40de13e84d28f52696eac083b6 /dev-db/sqliteodbc | |
parent | stable ppc, bug 250281 (diff) | |
download | gentoo-2-3c6aefc8f47b872116c662655dc38636f12ae24b.tar.gz gentoo-2-3c6aefc8f47b872116c662655dc38636f12ae24b.tar.bz2 gentoo-2-3c6aefc8f47b872116c662655dc38636f12ae24b.zip |
stable ppc, bug 250822
(Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 ppc64)
Diffstat (limited to 'dev-db/sqliteodbc')
-rw-r--r-- | dev-db/sqliteodbc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqliteodbc/sqliteodbc-0.79.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqliteodbc/ChangeLog b/dev-db/sqliteodbc/ChangeLog index 8e3327ff0fbc..50ebb2bba590 100644 --- a/dev-db/sqliteodbc/ChangeLog +++ b/dev-db/sqliteodbc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqliteodbc # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/ChangeLog,v 1.9 2009/01/04 14:50:53 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/ChangeLog,v 1.10 2009/01/09 17:12:39 ranger Exp $ + + 09 Jan 2009; Brent Baude <ranger@gentoo.org> sqliteodbc-0.79.ebuild: + stable ppc, bug 250822 04 Jan 2009; Markus Meier <maekke@gentoo.org> sqliteodbc-0.79.ebuild: amd64/x86 stable, bug #250822 diff --git a/dev-db/sqliteodbc/sqliteodbc-0.79.ebuild b/dev-db/sqliteodbc/sqliteodbc-0.79.ebuild index 6fbda85fa921..504d36f0afa5 100644 --- a/dev-db/sqliteodbc/sqliteodbc-0.79.ebuild +++ b/dev-db/sqliteodbc/sqliteodbc-0.79.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.79.ebuild,v 1.2 2009/01/04 14:50:53 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.79.ebuild,v 1.3 2009/01/09 17:12:39 ranger Exp $ inherit eutils autotools @@ -10,7 +10,7 @@ HOMEPAGE="http://www.ch-werner.de/sqliteodbc/" SRC_URI="http://www.ch-werner.de/sqliteodbc/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="sqlite3 static" DEPEND=" |