summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-08-19 21:18:42 +0000
committerChristoph Junghans <ottxor@gentoo.org>2012-08-19 21:18:42 +0000
commitaeb43f76c97592406dc9f21d4c8d74093754c670 (patch)
tree1c13145f68dffd7ca294eae696629fff078fdc2e /dev-util/jay
parentinitial commit wrt #340343 (diff)
downloadgentoo-2-aeb43f76c97592406dc9f21d4c8d74093754c670.tar.gz
gentoo-2-aeb43f76c97592406dc9f21d4c8d74093754c670.tar.bz2
gentoo-2-aeb43f76c97592406dc9f21d4c8d74093754c670.zip
added prefix keywords
(Portage version: 2.2.0_alpha121/cvs/Linux i686)
Diffstat (limited to 'dev-util/jay')
-rw-r--r--dev-util/jay/ChangeLog6
-rw-r--r--dev-util/jay/jay-1.1.1-r2.ebuild6
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-util/jay/ChangeLog b/dev-util/jay/ChangeLog
index 27678a58e7ea..2835d84b1637 100644
--- a/dev-util/jay/ChangeLog
+++ b/dev-util/jay/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/jay
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/jay/ChangeLog,v 1.8 2012/04/06 19:43:33 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jay/ChangeLog,v 1.9 2012/08/19 21:18:42 ottxor Exp $
+
+ 19 Aug 2012; Christoph Junghans <ottxor@gentoo.org> jay-1.1.1-r2.ebuild:
+ added prefix keywords
06 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> jay-1.1.1-r2.ebuild,
-files/mono.snk:
@@ -43,4 +46,3 @@
22 Mar 2009; James Le Cuirot <chewi@aura-online.co.uk> +jay-1.1.1.ebuild:
Initial import. Only builds jay binary and yydebug.jar, not jay.jar or any of
the C# stuff, for the sake of my sanity.
-
diff --git a/dev-util/jay/jay-1.1.1-r2.ebuild b/dev-util/jay/jay-1.1.1-r2.ebuild
index 69125409d471..b7ea726f2d05 100644
--- a/dev-util/jay/jay-1.1.1-r2.ebuild
+++ b/dev-util/jay/jay-1.1.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/jay/jay-1.1.1-r2.ebuild,v 1.6 2012/04/06 19:43:33 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jay/jay-1.1.1-r2.ebuild,v 1.7 2012/08/19 21:18:42 ottxor Exp $
EAPI=4
inherit mono java-pkg-opt-2 toolchain-funcs
@@ -12,7 +12,7 @@ SRC_URI="http://www.cs.rit.edu/~ats/projects/lp/doc/jay/doc-files/src.zip -> ${P
LICENSE="as-is"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="java mono"
COMMON_DEPEND="!<=dev-lang/mono-2.4
@@ -50,7 +50,7 @@ src_compile() {
if use mono; then
pushd cs >/dev/null
- /usr/bin/gmcs /target:library /out:yydebug.dll /keyfile:"${WORKDIR}"/${P}-mono.snk yyDebug.cs || die
+ "${EPREFIX}"/usr/bin/gmcs /target:library /out:yydebug.dll /keyfile:"${WORKDIR}"/${P}-mono.snk yyDebug.cs || die
popd >/dev/null
fi
}