diff options
author | 2011-01-04 15:37:49 +0000 | |
---|---|---|
committer | 2011-01-04 15:37:49 +0000 | |
commit | 2367b72783aa8ce9d545c9e1f2b3346164009bf9 (patch) | |
tree | d5cf402e9db6c841200b0e2a43e6cc3f3c0221fb /app-misc/ledit/ledit-2.02.1.ebuild | |
parent | Stable on amd64 wrt bug #347305 (diff) | |
download | gentoo-2-2367b72783aa8ce9d545c9e1f2b3346164009bf9.tar.gz gentoo-2-2367b72783aa8ce9d545c9e1f2b3346164009bf9.tar.bz2 gentoo-2-2367b72783aa8ce9d545c9e1f2b3346164009bf9.zip |
Stable on amd64 wrt bug #349625
(Portage version: 2.1.9.28/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/ledit/ledit-2.02.1.ebuild')
-rw-r--r-- | app-misc/ledit/ledit-2.02.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/ledit/ledit-2.02.1.ebuild b/app-misc/ledit/ledit-2.02.1.ebuild index d6b1e417bc11..404fc07d7892 100644 --- a/app-misc/ledit/ledit-2.02.1.ebuild +++ b/app-misc/ledit/ledit-2.02.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ledit/ledit-2.02.1.ebuild,v 1.2 2010/12/29 13:59:56 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ledit/ledit-2.02.1.ebuild,v 1.3 2011/01/04 15:37:49 hwoarang Exp $ EAPI=2 inherit eutils @@ -18,7 +18,7 @@ RDEPEND="${DEPEND}" SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" src_compile() { emake -j1 all || die "make failed" |