diff options
author | 2014-07-12 10:55:02 +0000 | |
---|---|---|
committer | 2014-07-12 10:55:02 +0000 | |
commit | acd827cbf2248af7def9ef112c37b68de94d496e (patch) | |
tree | 0ea8cf257ec435714540533c09df98918e7a094c /app-misc | |
parent | version bump (diff) | |
download | gentoo-2-acd827cbf2248af7def9ef112c37b68de94d496e.tar.gz gentoo-2-acd827cbf2248af7def9ef112c37b68de94d496e.tar.bz2 gentoo-2-acd827cbf2248af7def9ef112c37b68de94d496e.zip |
Stable for amd64, wrt bug #514892
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/jail/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/jail/jail-2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/jail/ChangeLog b/app-misc/jail/ChangeLog index 0e8f4142ed06..31069b228a42 100644 --- a/app-misc/jail/ChangeLog +++ b/app-misc/jail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/jail # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/jail/ChangeLog,v 1.32 2014/07/10 21:38:35 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jail/ChangeLog,v 1.33 2014/07/12 10:55:02 ago Exp $ + + 12 Jul 2014; Agostino Sarubbo <ago@gentoo.org> jail-2.0.ebuild: + Stable for amd64, wrt bug #514892 *jail-2.0 (10 Jul 2014) diff --git a/app-misc/jail/jail-2.0.ebuild b/app-misc/jail/jail-2.0.ebuild index c07f836e839e..09ca5aae2cfd 100644 --- a/app-misc/jail/jail-2.0.ebuild +++ b/app-misc/jail/jail-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/jail/jail-2.0.ebuild,v 1.1 2014/07/10 21:38:35 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jail/jail-2.0.ebuild,v 1.2 2014/07/12 10:55:02 ago Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="https://github.com/spiculator/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" DEPEND=">=sys-apps/sed-4" |