summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-05-05 11:10:37 +0000
committerMichael Weber <xmw@gentoo.org>2012-05-05 11:10:37 +0000
commitdcf73e3e21d11b6bec71ffffacdcf003e46570f4 (patch)
treecbdcc0a60585966acb2d6a13483b025cf84fc27b /dev-db
parentVersion bump to resolve fetch failure (bug 413857, thanks Tina). Non-maint co... (diff)
downloadgentoo-2-dcf73e3e21d11b6bec71ffffacdcf003e46570f4.tar.gz
gentoo-2-dcf73e3e21d11b6bec71ffffacdcf003e46570f4.tar.bz2
gentoo-2-dcf73e3e21d11b6bec71ffffacdcf003e46570f4.zip
Add ~arm keyword, requested by Anton Romanov (bug 409433)
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/sqliteodbc/ChangeLog5
-rw-r--r--dev-db/sqliteodbc/sqliteodbc-0.93.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqliteodbc/ChangeLog b/dev-db/sqliteodbc/ChangeLog
index 4ca9be8a5cd8..db36aa901448 100644
--- a/dev-db/sqliteodbc/ChangeLog
+++ b/dev-db/sqliteodbc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/sqliteodbc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/ChangeLog,v 1.25 2012/03/24 12:02:33 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/ChangeLog,v 1.26 2012/05/05 11:10:37 xmw Exp $
+
+ 05 May 2012; Michael Weber <xmw@gentoo.org> sqliteodbc-0.93.ebuild:
+ Add ~arm keyword, requested by Anton Romanov (bug 409433)
*sqliteodbc-0.93 (24 Mar 2012)
diff --git a/dev-db/sqliteodbc/sqliteodbc-0.93.ebuild b/dev-db/sqliteodbc/sqliteodbc-0.93.ebuild
index a35884f9b5f0..9ca385e498fe 100644
--- a/dev-db/sqliteodbc/sqliteodbc-0.93.ebuild
+++ b/dev-db/sqliteodbc/sqliteodbc-0.93.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.93.ebuild,v 1.1 2012/03/24 12:02:33 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.93.ebuild,v 1.2 2012/05/05 11:10:37 xmw Exp $
EAPI=4
@@ -12,7 +12,7 @@ SRC_URI="http://www.ch-werner.de/sqliteodbc/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE=""
DEPEND=">=dev-db/sqlite-3.6