diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2010-04-06 15:35:06 +0000 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2010-04-06 15:35:06 +0000 |
commit | 92813c81debb8a7b5502e3c375f0c597c0661952 (patch) | |
tree | 1389646387563c291413a70e301c7c3dfe298c75 /app-dicts/edictionary/edictionary-2.2.ebuild | |
parent | Revert last commit - I make a mistake... (diff) | |
download | historical-92813c81debb8a7b5502e3c375f0c597c0661952.tar.gz historical-92813c81debb8a7b5502e3c375f0c597c0661952.tar.bz2 historical-92813c81debb8a7b5502e3c375f0c597c0661952.zip |
Bump to EAPI=3, add prefix keywords
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'app-dicts/edictionary/edictionary-2.2.ebuild')
-rw-r--r-- | app-dicts/edictionary/edictionary-2.2.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app-dicts/edictionary/edictionary-2.2.ebuild b/app-dicts/edictionary/edictionary-2.2.ebuild index 06105215f2a4..829df5f5cd99 100644 --- a/app-dicts/edictionary/edictionary-2.2.ebuild +++ b/app-dicts/edictionary/edictionary-2.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/edictionary/edictionary-2.2.ebuild,v 1.5 2007/08/25 22:30:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/edictionary/edictionary-2.2.ebuild,v 1.6 2010/04/06 15:35:06 abcd Exp $ + +EAPI="3" MY_PN="edict" MY_P="${MY_PN}-${PV}" @@ -11,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~s390 ~sh ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND="" @@ -20,6 +22,6 @@ DEPEND="dev-lang/perl" S="${WORKDIR}/${MY_PN}" src_install() { - make prefix="${D}/usr/bin" install || die "make failed" + make prefix="${ED}/usr/bin" install || die "make failed" dodoc README TODO || die } |