diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-10 13:01:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-10 13:01:13 +0000 |
commit | bd3c0ca48d1cf8d1561319488b7af37dd4dd4c83 (patch) | |
tree | d76986e6fa9ac7b3100c885d135a5040551b5ed3 /app-admin | |
parent | Stable for ppc, wrt bug #479786 (diff) | |
download | gentoo-2-bd3c0ca48d1cf8d1561319488b7af37dd4dd4c83.tar.gz gentoo-2-bd3c0ca48d1cf8d1561319488b7af37dd4dd4c83.tar.bz2 gentoo-2-bd3c0ca48d1cf8d1561319488b7af37dd4dd4c83.zip |
Stable for arm, wrt bug #480032
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/denyhosts/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/denyhosts/denyhosts-2.6-r8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/denyhosts/ChangeLog b/app-admin/denyhosts/ChangeLog index 52edbd745fb9..5a1d61e8edb7 100644 --- a/app-admin/denyhosts/ChangeLog +++ b/app-admin/denyhosts/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/denyhosts # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.62 2013/08/10 12:49:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.63 2013/08/10 13:01:13 ago Exp $ + + 10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> denyhosts-2.6-r8.ebuild: + Stable for arm, wrt bug #480032 10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> denyhosts-2.6-r8.ebuild: Stable for ppc, wrt bug #480032 diff --git a/app-admin/denyhosts/denyhosts-2.6-r8.ebuild b/app-admin/denyhosts/denyhosts-2.6-r8.ebuild index 0216db152d67..f3ab3ead4709 100644 --- a/app-admin/denyhosts/denyhosts-2.6-r8.ebuild +++ b/app-admin/denyhosts/denyhosts-2.6-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-2.6-r8.ebuild,v 1.4 2013/08/10 12:49:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-2.6-r8.ebuild,v 1.5 2013/08/10 13:01:13 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 arm hppa ppc ~sparc ~x86" IUSE="" DEPEND="" |