summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-01-07 23:05:48 +0000
committerUlrich Müller <ulm@gentoo.org>2008-01-07 23:05:48 +0000
commit1494dc76d83edfe87260c8867063f72f515d5e54 (patch)
tree342bf74e4ab49220459f23f819742a3b8f76395f /app-admin
parentfix #204822, #204408, #204409 and #204410 (diff)
downloadgentoo-2-1494dc76d83edfe87260c8867063f72f515d5e54.tar.gz
gentoo-2-1494dc76d83edfe87260c8867063f72f515d5e54.tar.bz2
gentoo-2-1494dc76d83edfe87260c8867063f72f515d5e54.zip
Stable on amd64, bug #204653.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/skey/ChangeLog5
-rw-r--r--app-admin/skey/skey-1.1.5-r6.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-admin/skey/ChangeLog b/app-admin/skey/ChangeLog
index b61a586bd385..6240905fd670 100644
--- a/app-admin/skey/ChangeLog
+++ b/app-admin/skey/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/skey
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/skey/ChangeLog,v 1.53 2008/01/07 06:47:29 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/skey/ChangeLog,v 1.54 2008/01/07 23:05:48 ulm Exp $
+
+ 07 Jan 2008; Ulrich Mueller <ulm@gentoo.org> skey-1.1.5-r6.ebuild:
+ Stable on amd64, bug #204653.
07 Jan 2008; Joseph Jezak <josejx@gentoo.org> skey-1.1.5-r6.ebuild:
Marked ppc/ppc64 stable for bug #204653.
diff --git a/app-admin/skey/skey-1.1.5-r6.ebuild b/app-admin/skey/skey-1.1.5-r6.ebuild
index eedf69855616..638b96d9b831 100644
--- a/app-admin/skey/skey-1.1.5-r6.ebuild
+++ b/app-admin/skey/skey-1.1.5-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/skey/skey-1.1.5-r6.ebuild,v 1.6 2008/01/07 06:47:29 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/skey/skey-1.1.5-r6.ebuild,v 1.7 2008/01/07 23:05:48 ulm Exp $
inherit flag-o-matic ccc eutils toolchain-funcs
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2
LICENSE="BSD MIT RSA-MD4 RSA-MD5 BEER-WARE"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
IUSE=""
DEPEND="dev-lang/perl"
@@ -108,6 +108,6 @@ pkg_postinst() {
# these permissions are applied by the skey system if missing.
chmod 0600 /etc/skey/skeykeys
- elog "For an instroduction into using s/key authentication, take"
+ elog "For an introduction into using s/key authentication, take"
elog "a look at the EXAMPLES section from the skey(1) manpage."
}