author | Michael Krelin <hacker@klever.net> | 2007-02-22 12:43:34 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-02-22 12:43:34 (UTC) |
commit | 39373bd07e7b09996149889b96acf21164163246 (patch) (side-by-side diff) | |
tree | 7af93679f233f128fdc3ff13a0f235146bf97a07 /sys-apps/propakey/propakey-0.0.ebuild | |
parent | c635d3cb954b32e415902447fd3e11f8d0d4e246 (diff) | |
download | misc-39373bd07e7b09996149889b96acf21164163246.zip misc-39373bd07e7b09996149889b96acf21164163246.tar.gz misc-39373bd07e7b09996149889b96acf21164163246.tar.bz2 |
sys-apps/propakey: x86 and amd64 stable
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} } |