summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2006-07-16 14:35:36 +0000
committerAlastair Tse <liquidx@gentoo.org>2006-07-16 14:35:36 +0000
commit2dcf766959f4a146b05b858d95ff8ec9dfa2ab69 (patch)
treee5d06e9df571343309ecad2d4451c0c209d91e1e /dev-python/adodb-py/adodb-py-2.00.ebuild
parentversion bump. thanks to Manuzhai (#129987) (diff)
downloadgentoo-2-2dcf766959f4a146b05b858d95ff8ec9dfa2ab69.tar.gz
gentoo-2-2dcf766959f4a146b05b858d95ff8ec9dfa2ab69.tar.bz2
gentoo-2-2dcf766959f4a146b05b858d95ff8ec9dfa2ab69.zip
version bump (#137155). cleanup old ebuilds
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-python/adodb-py/adodb-py-2.00.ebuild')
-rw-r--r--dev-python/adodb-py/adodb-py-2.00.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/adodb-py/adodb-py-2.00.ebuild b/dev-python/adodb-py/adodb-py-2.00.ebuild
index 38a55f03627b..cc2f9e9ac4f3 100644
--- a/dev-python/adodb-py/adodb-py-2.00.ebuild
+++ b/dev-python/adodb-py/adodb-py-2.00.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/adodb-py/adodb-py-2.00.ebuild,v 1.2 2006/04/01 14:41:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/adodb-py/adodb-py-2.00.ebuild,v 1.3 2006/07/16 14:35:36 liquidx Exp $
inherit distutils
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/adodb/${MY_P}.zip"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~ia64 ~ppc ~x86"
+KEYWORDS="~ia64 ~ppc x86"
IUSE="mysql postgres sqlite"
RDEPEND=">=dev-lang/python-2.3