diff options
Diffstat (limited to 'app-misc/beancounter/beancounter-0.8.10.ebuild')
-rw-r--r-- | app-misc/beancounter/beancounter-0.8.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/beancounter/beancounter-0.8.10.ebuild b/app-misc/beancounter/beancounter-0.8.10.ebuild index 2b108c61ab66..2cff780280aa 100644 --- a/app-misc/beancounter/beancounter-0.8.10.ebuild +++ b/app-misc/beancounter/beancounter-0.8.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/beancounter/beancounter-0.8.10.ebuild,v 1.1 2010/09/06 00:19:50 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/beancounter/beancounter-0.8.10.ebuild,v 1.2 2010/09/07 15:21:25 jer Exp $ inherit perl-app @@ -22,6 +22,6 @@ DEPEND=">=dev-lang/perl-5 sqlite? ( dev-perl/DBD-SQLite ) postgres? ( dev-perl/DBD-Pg )" -RDEPEND="dev-perl/DBI" +RDEPEND="${DEPEND} dev-perl/DBI" mydoc="BUGS THANKS TODO example.* *.txt" |