summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Bush <ali_bush@gentoo.org>2009-08-06 08:22:17 +0000
committerAlistair Bush <ali_bush@gentoo.org>2009-08-06 08:22:17 +0000
commite987071ecc050e25ce6feb0df0ae3c1454ece4e6 (patch)
treea01871ece54b44041dcf95aa8872bd0afafe67b4 /dev-java/jython
parentadd x11-drivers/synaptics to package.mask (diff)
downloadgentoo-2-e987071ecc050e25ce6feb0df0ae3c1454ece4e6.tar.gz
gentoo-2-e987071ecc050e25ce6feb0df0ae3c1454ece4e6.tar.bz2
gentoo-2-e987071ecc050e25ce6feb0df0ae3c1454ece4e6.zip
Fix build issue, thanks to Jeremy Stent for the report. see #280479
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/jython')
-rw-r--r--dev-java/jython/ChangeLog5
-rw-r--r--dev-java/jython/jython-2.5.0-r1.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/jython/ChangeLog b/dev-java/jython/ChangeLog
index fb08b99a6629..13aeb28c50ce 100644
--- a/dev-java/jython/ChangeLog
+++ b/dev-java/jython/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/jython
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.64 2009/06/22 10:02:39 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.65 2009/08/06 08:22:17 ali_bush Exp $
+
+ 06 Aug 2009; Alistair Bush <ali_bush@gentoo.org> jython-2.5.0-r1.ebuild:
+ Fix build issue, thanks to Jeremy Stent for the report. see #280479
*jython-2.5.0-r1 (22 Jun 2009)
diff --git a/dev-java/jython/jython-2.5.0-r1.ebuild b/dev-java/jython/jython-2.5.0-r1.ebuild
index 74184c9a40f9..9a61614d19ed 100644
--- a/dev-java/jython/jython-2.5.0-r1.ebuild
+++ b/dev-java/jython/jython-2.5.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.5.0-r1.ebuild,v 1.1 2009/06/22 10:02:39 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.5.0-r1.ebuild,v 1.2 2009/08/06 08:22:17 ali_bush Exp $
JAVA_PKG_IUSE="source doc examples oracle"
#informix missing. This is a jdbc driver, similar to oracle use flag
@@ -20,7 +20,7 @@ SRC_URI="http://www.python.org/ftp/python/${PYVER%_*}/Python-${PYVER}.tgz
LICENSE="PSF-2.2"
SLOT="2.5"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
#>=dev-java/jdbc-mysql-3.1
@@ -122,6 +122,7 @@ src_install() {
use doc && java-pkg_dojavadoc Doc/javadoc
use source && java-pkg_dosrc ../src
+ cd "${S}"
use examples && java-pkg_doexamples Demo/*
}