Diffstat (limited to 'sys-apps/propakey/propakey-0.0.ebuild') (more/less context) (ignore whitespace changes)
-rw-r--r-- | sys-apps/propakey/propakey-0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/propakey/propakey-0.0.ebuild b/sys-apps/propakey/propakey-0.0.ebuild index 3261d47..b6d31ca 100644 --- a/sys-apps/propakey/propakey-0.0.ebuild +++ b/sys-apps/propakey/propakey-0.0.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A script to propagate ssh public identity" HOMEPAGE="http://hacker.klever.net/" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 amd64" IUSE="" DEPEND="" src_install() { newbin ${FILESDIR}/${PF} ${PN} } |