summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2005-11-05 21:13:44 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2005-11-05 21:13:44 +0000
commit0f427e758725d01763be48b90c22d78993a305e5 (patch)
treebdfd80ac22c4e83b969af3a0c0242e0cf94096f8 /app-admin
parentclean unused files and make sure LINGUAS doesnt screw up our bulid (diff)
downloadgentoo-2-0f427e758725d01763be48b90c22d78993a305e5.tar.gz
gentoo-2-0f427e758725d01763be48b90c22d78993a305e5.tar.bz2
gentoo-2-0f427e758725d01763be48b90c22d78993a305e5.zip
added ~alpha keyword wrt bug #110576
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/denyhosts/ChangeLog5
-rw-r--r--app-admin/denyhosts/denyhosts-1.1.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/denyhosts/ChangeLog b/app-admin/denyhosts/ChangeLog
index 608af0bd8d99..f484bdffd8d0 100644
--- a/app-admin/denyhosts/ChangeLog
+++ b/app-admin/denyhosts/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/denyhosts
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.2 2005/11/03 19:59:23 strerror Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.3 2005/11/05 21:13:44 ferdy Exp $
+
+ 05 Nov 2005; Fernando J. Pereda <ferdy@gentoo.org> denyhosts-1.1.2.ebuild:
+ added ~alpha keyword wrt bug #110576
03 Nov 2005; Benjamin Smee <strerror@gentoo.org> files/denyhosts.init:
Change to initfile for bug #111371
diff --git a/app-admin/denyhosts/denyhosts-1.1.2.ebuild b/app-admin/denyhosts/denyhosts-1.1.2.ebuild
index 96e4ebb2bad2..6614baea3a30 100644
--- a/app-admin/denyhosts/denyhosts-1.1.2.ebuild
+++ b/app-admin/denyhosts/denyhosts-1.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-1.1.2.ebuild,v 1.1 2005/10/07 20:36:37 strerror Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-1.1.2.ebuild,v 1.2 2005/11/05 21:13:44 ferdy Exp $
inherit distutils eutils
@@ -11,7 +11,7 @@ HOMEPAGE="http://denyhosts.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${my_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~alpha ~x86"
IUSE=""
DEPEND=">=dev-lang/python-2.3"
S="${WORKDIR}/${my_P}"