diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-25 16:50:52 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-25 16:50:52 +0000 |
commit | 9d30b454f8f1faacd0cca60fff4bd363a6ba8d46 (patch) | |
tree | 517f237fb8ce78463ea7008a5e50646c8cd23474 /net-misc/rancid | |
parent | Fix tcl/tk slotting; bump to EAPI=5 (diff) | |
download | gentoo-2-9d30b454f8f1faacd0cca60fff4bd363a6ba8d46.tar.gz gentoo-2-9d30b454f8f1faacd0cca60fff4bd363a6ba8d46.tar.bz2 gentoo-2-9d30b454f8f1faacd0cca60fff4bd363a6ba8d46.zip |
Fix tcl/tk slotting; bump to EAPI=5
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'net-misc/rancid')
-rw-r--r-- | net-misc/rancid/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/rancid/rancid-2.3.8.ebuild | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/net-misc/rancid/ChangeLog b/net-misc/rancid/ChangeLog index c4866ddfcbba..e54c6bb3a1fe 100644 --- a/net-misc/rancid/ChangeLog +++ b/net-misc/rancid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/rancid -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rancid/ChangeLog,v 1.7 2013/09/18 03:24:05 creffett Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/rancid/ChangeLog,v 1.8 2015/03/25 16:50:52 jlec Exp $ + + 25 Mar 2015; Justin Lecher <jlec@gentoo.org> rancid-2.3.8.ebuild: + Fix tcl/tk slotting; bump to EAPI=5 18 Sep 2013; Chris Reffett <creffett@gentoo.org> metadata.xml: Update proxy maintainer's email at his request. diff --git a/net-misc/rancid/rancid-2.3.8.ebuild b/net-misc/rancid/rancid-2.3.8.ebuild index 0c1e46e612e7..521462a9d257 100644 --- a/net-misc/rancid/rancid-2.3.8.ebuild +++ b/net-misc/rancid/rancid-2.3.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rancid/rancid-2.3.8.ebuild,v 1.5 2013/06/17 10:22:08 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rancid/rancid-2.3.8.ebuild,v 1.6 2015/03/25 16:50:52 jlec Exp $ EAPI=5 @@ -15,12 +15,14 @@ SLOT="0" RESTRICT="mirror" KEYWORDS="~amd64 ~x86" IUSE="+cvs subversion" + REQUIRED_USE="^^ ( cvs subversion )" # app-arch/par is blocker, due to bug #455838 -DEPEND="!app-arch/par +DEPEND=" + !app-arch/par dev-lang/perl - dev-lang/tcl + dev-lang/tcl:0= dev-tcltk/expect sys-apps/diffutils cvs? ( dev-vcs/cvs ) |