diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2015-01-30 08:21:57 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2015-01-30 08:21:57 +0000 |
commit | f593dffe68b1280e411ab03db7bd5f75f74bdd0d (patch) | |
tree | a126810ed760a155571b6548e879191a59ca68af /app-portage | |
parent | alpha/sparc/ia64 stable wrt bug #535182 (diff) | |
download | gentoo-2-f593dffe68b1280e411ab03db7bd5f75f74bdd0d.tar.gz gentoo-2-f593dffe68b1280e411ab03db7bd5f75f74bdd0d.tar.bz2 gentoo-2-f593dffe68b1280e411ab03db7bd5f75f74bdd0d.zip |
Add missing dependency on app-portage/gentoolkit as porticron calls glsa-check from it
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/porticron/ChangeLog | 9 | ||||
-rw-r--r-- | app-portage/porticron/porticron-0.6.ebuild | 9 | ||||
-rw-r--r-- | app-portage/porticron/porticron-0.7_p20131113.ebuild | 9 | ||||
-rw-r--r-- | app-portage/porticron/porticron-0.7_p20140126.ebuild | 9 |
4 files changed, 25 insertions, 11 deletions
diff --git a/app-portage/porticron/ChangeLog b/app-portage/porticron/ChangeLog index 575428da6662..28305b336717 100644 --- a/app-portage/porticron/ChangeLog +++ b/app-portage/porticron/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-portage/porticron -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.39 2014/11/12 20:31:56 sping Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.40 2015/01/30 08:21:57 pinkbyte Exp $ + + 30 Jan 2015; Sergey Popov <pinkbyte@gentoo.org> porticron-0.6.ebuild, + porticron-0.7_p20131113.ebuild, porticron-0.7_p20140126.ebuild: + Add missing dependency on app-portage/gentoolkit as porticron calls + glsa-check from it 12 Nov 2014; Sebastian Pipping <sping@gentoo.org> porticron-0.6.ebuild, porticron-0.7_p20131113.ebuild, porticron-0.7_p20140126.ebuild: diff --git a/app-portage/porticron/porticron-0.6.ebuild b/app-portage/porticron/porticron-0.6.ebuild index 2a0147cc8d68..4b22d3375e71 100644 --- a/app-portage/porticron/porticron-0.6.ebuild +++ b/app-portage/porticron/porticron-0.6.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/app-portage/porticron/porticron-0.6.ebuild,v 1.7 2014/11/12 20:31:56 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.6.ebuild,v 1.8 2015/01/30 08:21:57 pinkbyte Exp $ EAPI="3" @@ -18,7 +18,10 @@ KEYWORDS="amd64 ~arm hppa ppc x86" IUSE="" DEPEND="" -RDEPEND="net-dns/bind-tools" +RDEPEND=" + app-portage/gentoolkit + net-dns/bind-tools +" S="${WORKDIR}"/${GITHUB_AUTHOR}-${GITHUB_PROJECT}-${GITHUB_COMMIT} diff --git a/app-portage/porticron/porticron-0.7_p20131113.ebuild b/app-portage/porticron/porticron-0.7_p20131113.ebuild index b8d772739a04..15b64dd8ed20 100644 --- a/app-portage/porticron/porticron-0.7_p20131113.ebuild +++ b/app-portage/porticron/porticron-0.7_p20131113.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/app-portage/porticron/porticron-0.7_p20131113.ebuild,v 1.2 2014/11/12 20:31:56 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.7_p20131113.ebuild,v 1.3 2015/01/30 08:21:57 pinkbyte Exp $ EAPI="5" @@ -15,7 +15,10 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="" -RDEPEND="net-dns/bind-tools" +RDEPEND=" + app-portage/gentoolkit + net-dns/bind-tools +" DEPEND="" src_install() { diff --git a/app-portage/porticron/porticron-0.7_p20140126.ebuild b/app-portage/porticron/porticron-0.7_p20140126.ebuild index 6d10e12a3b94..f824157f9132 100644 --- a/app-portage/porticron/porticron-0.7_p20140126.ebuild +++ b/app-portage/porticron/porticron-0.7_p20140126.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/app-portage/porticron/porticron-0.7_p20140126.ebuild,v 1.6 2014/11/12 20:31:56 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.7_p20140126.ebuild,v 1.7 2015/01/30 08:21:57 pinkbyte Exp $ EAPI="5" @@ -15,7 +15,10 @@ SLOT="0" KEYWORDS="amd64 ~arm hppa ppc ~ppc64 x86" IUSE="" -RDEPEND="net-dns/bind-tools" +RDEPEND=" + app-portage/gentoolkit + net-dns/bind-tools +" DEPEND="" src_prepare() { |