diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-16 10:06:57 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-16 10:06:57 +0000 |
commit | 3e64c6de902e59970e7052970475f6ab8e033d22 (patch) | |
tree | 18d0ef20d4a0c37c4295fbad69c9f31dc3570cb9 /dev-db/hk_classes/hk_classes-0.7.1.ebuild | |
parent | Fix missing cups-stuff, closes bug#151536 (diff) | |
download | gentoo-2-3e64c6de902e59970e7052970475f6ab8e033d22.tar.gz gentoo-2-3e64c6de902e59970e7052970475f6ab8e033d22.tar.bz2 gentoo-2-3e64c6de902e59970e7052970475f6ab8e033d22.zip |
Add missing dependency over pkgconfig, thanks to Patrick Lauer for reporting in bug #151552.
(Portage version: 2.1.2_pre3-r2)
Diffstat (limited to 'dev-db/hk_classes/hk_classes-0.7.1.ebuild')
-rw-r--r-- | dev-db/hk_classes/hk_classes-0.7.1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-db/hk_classes/hk_classes-0.7.1.ebuild b/dev-db/hk_classes/hk_classes-0.7.1.ebuild index b9ad49310f75..c998a41e1e83 100644 --- a/dev-db/hk_classes/hk_classes-0.7.1.ebuild +++ b/dev-db/hk_classes/hk_classes-0.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/hk_classes/hk_classes-0.7.1.ebuild,v 1.6 2005/04/24 12:25:07 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/hk_classes/hk_classes-0.7.1.ebuild,v 1.7 2006/10/16 10:06:57 flameeyes Exp $ inherit eutils @@ -18,10 +18,12 @@ KEYWORDS="x86 ppc amd64" IUSE="mysql postgres sqlite odbc doc" # At least one of the following is required -DEPEND="mysql? ( >=dev-db/mysql-3.23.54a ) +RDEPEND="mysql? ( >=dev-db/mysql-3.23.54a ) postgres? ( >=dev-db/postgresql-7.3 ) sqlite? ( =dev-db/sqlite-2* ) odbc? ( >=dev-db/unixODBC-2.0.6 )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_unpack() { unpack ${A} |