dev-perl/Class-Load: Add ~ia64 keyword wrt bug #548352; Drop old.
[gentoo.git] / dev-perl / Class-DBI-AbstractSearch / Class-DBI-AbstractSearch-0.70.0.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 MODULE_AUTHOR=MIYAGAWA
8 MODULE_VERSION=0.07
9 inherit perl-module
10
11 DESCRIPTION="Abstract Class::DBI's SQL with SQL::Abstract::Limit"
12
13 SLOT="0"
14 KEYWORDS="~amd64 ~ppc ~x86"
15 IUSE=""
16
17 RDEPEND=">=dev-perl/SQL-Abstract-Limit-0.12
18         dev-perl/Class-DBI"
19 DEPEND="${RDEPEND}"