diff options
author | Hanno Böck <hanno@gentoo.org> | 2003-07-14 18:37:55 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2003-07-14 18:37:55 +0000 |
commit | 538c36cc1f071a06d7662c02a26baff9e9455268 (patch) | |
tree | d4fecf5f4b402b9584e4bbd5e8e5e674e8d647b9 /net-libs/openhbci-plugin-ddvcard | |
parent | bug 20801 (diff) | |
download | gentoo-2-538c36cc1f071a06d7662c02a26baff9e9455268.tar.gz gentoo-2-538c36cc1f071a06d7662c02a26baff9e9455268.tar.bz2 gentoo-2-538c36cc1f071a06d7662c02a26baff9e9455268.zip |
fixing dependency for openhbci-plugin-ddvcard
Diffstat (limited to 'net-libs/openhbci-plugin-ddvcard')
-rw-r--r-- | net-libs/openhbci-plugin-ddvcard/Manifest | 2 | ||||
-rw-r--r-- | net-libs/openhbci-plugin-ddvcard/openhbci-plugin-ddvcard-0.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/openhbci-plugin-ddvcard/Manifest b/net-libs/openhbci-plugin-ddvcard/Manifest index d84dadbe823b..795420320935 100644 --- a/net-libs/openhbci-plugin-ddvcard/Manifest +++ b/net-libs/openhbci-plugin-ddvcard/Manifest @@ -1,3 +1,3 @@ -MD5 2b27eb82b28aaf83a696e600bf1e52dd openhbci-plugin-ddvcard-0.3.ebuild 631 MD5 b9571dc727336953b0e7a8f424b739c8 ChangeLog 415 +MD5 1d4e2a62c50b52ad83fac19650f29e65 openhbci-plugin-ddvcard-0.3.ebuild 640 MD5 ce8172834d26e251fc12906320e78725 files/digest-openhbci-plugin-ddvcard-0.3 79 diff --git a/net-libs/openhbci-plugin-ddvcard/openhbci-plugin-ddvcard-0.3.ebuild b/net-libs/openhbci-plugin-ddvcard/openhbci-plugin-ddvcard-0.3.ebuild index 65b66886e4d1..8df0f8b4a848 100644 --- a/net-libs/openhbci-plugin-ddvcard/openhbci-plugin-ddvcard-0.3.ebuild +++ b/net-libs/openhbci-plugin-ddvcard/openhbci-plugin-ddvcard-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/openhbci-plugin-ddvcard/openhbci-plugin-ddvcard-0.3.ebuild,v 1.1 2003/07/08 14:48:17 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/openhbci-plugin-ddvcard/openhbci-plugin-ddvcard-0.3.ebuild,v 1.2 2003/07/14 18:37:43 hanno Exp $ DESCRIPTION="Plugin to use DDV cards with openhbci." HOMEPAGE="http://openhbci.sourceforge.net/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="net-libs/openhbci" +DEPEND=">=net-libs/openhbci-0.9.12" src_compile() { econf --with-chipcard=/usr || die |