diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-12-20 22:54:44 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-12-20 22:54:44 +0000 |
commit | 1b36b2e19d3a8cbc5042476a0f89d75178772b9a (patch) | |
tree | 227b5568ad7f833e58ffe2b292f9678c5fb51298 /dev-java/joda-time | |
parent | Add patch so that tests compile with ecj. Pointed out in bug #187616. (diff) | |
download | gentoo-2-1b36b2e19d3a8cbc5042476a0f89d75178772b9a.tar.gz gentoo-2-1b36b2e19d3a8cbc5042476a0f89d75178772b9a.tar.bz2 gentoo-2-1b36b2e19d3a8cbc5042476a0f89d75178772b9a.zip |
Add link to upstream bug report for the ecj patch.
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'dev-java/joda-time')
-rw-r--r-- | dev-java/joda-time/joda-time-1.5.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-java/joda-time/joda-time-1.5.1.ebuild b/dev-java/joda-time/joda-time-1.5.1.ebuild index dd32ad28d088..d33995eac807 100644 --- a/dev-java/joda-time/joda-time-1.5.1.ebuild +++ b/dev-java/joda-time/joda-time-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/joda-time-1.5.1.ebuild,v 1.2 2007/12/20 22:49:30 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/joda-time-1.5.1.ebuild,v 1.3 2007/12/20 22:54:44 betelgeuse Exp $ JAVA_PKG_IUSE="doc examples source test" @@ -31,6 +31,7 @@ src_unpack() { unpack ${A} cd "${S}" rm -v *.jar || die + # https://sourceforge.net/tracker/index.php?func=detail&aid=1855430&group_id=97367&atid=617889 epatch "${FILESDIR}/1.5.1-ecj.patch" } |