diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-20 14:41:50 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-20 14:41:50 +0000 |
commit | d2c0b7d5d13b2e32cba50bb8226804c340b9328a (patch) | |
tree | febf027addaf599d7f503b761e3a4d8a74e0787f /sys-libs/db/db-5.1.29.ebuild | |
parent | Fix tcl/tk slotting (diff) | |
download | gentoo-2-d2c0b7d5d13b2e32cba50bb8226804c340b9328a.tar.gz gentoo-2-d2c0b7d5d13b2e32cba50bb8226804c340b9328a.tar.bz2 gentoo-2-d2c0b7d5d13b2e32cba50bb8226804c340b9328a.zip |
Fix ebuild layout
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sys-libs/db/db-5.1.29.ebuild')
-rw-r--r-- | sys-libs/db/db-5.1.29.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-libs/db/db-5.1.29.ebuild b/sys-libs/db/db-5.1.29.ebuild index 0e437c3c3395..dd411011bff8 100644 --- a/sys-libs/db/db-5.1.29.ebuild +++ b/sys-libs/db/db-5.1.29.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.1.29.ebuild,v 1.4 2014/01/18 04:14:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.1.29.ebuild,v 1.5 2015/03/20 14:41:50 jlec Exp $ EAPI=2 inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib @@ -32,11 +32,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~spa IUSE="doc java cxx tcl test" # the entire testsuite needs the TCL functionality -DEPEND="tcl? ( >=dev-lang/tcl-8.4 ) - test? ( >=dev-lang/tcl-8.4 ) +DEPEND="tcl? ( >=dev-lang/tcl-8.4:0 ) + test? ( >=dev-lang/tcl-8.4:0 ) java? ( >=virtual/jdk-1.5 ) >=sys-devel/binutils-2.16.1" -RDEPEND="tcl? ( dev-lang/tcl ) +RDEPEND="tcl? ( dev-lang/tcl:0 ) java? ( >=virtual/jre-1.5 )" src_unpack() { |