diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-04-15 21:53:40 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-04-15 21:53:40 +0000 |
commit | ae2232112a98506151285a3c38fb461a7ff1a385 (patch) | |
tree | eaf3e53c3a53f919719a78bb73aa05606805be67 /dev-java | |
parent | sieve version bump (diff) | |
download | gentoo-2-ae2232112a98506151285a3c38fb461a7ff1a385.tar.gz gentoo-2-ae2232112a98506151285a3c38fb461a7ff1a385.tar.bz2 gentoo-2-ae2232112a98506151285a3c38fb461a7ff1a385.zip |
Stable on amd64 wrt bug #363241
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jcifs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/jcifs/jcifs-1.3.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/jcifs/ChangeLog b/dev-java/jcifs/ChangeLog index d6a50f89c57d..f0d1a98ed3ff 100644 --- a/dev-java/jcifs/ChangeLog +++ b/dev-java/jcifs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jcifs # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jcifs/ChangeLog,v 1.25 2011/03/12 20:09:25 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jcifs/ChangeLog,v 1.26 2011/04/15 21:53:40 angelos Exp $ + + 15 Apr 2011; Christoph Mende <angelos@gentoo.org> jcifs-1.3.15.ebuild: + Stable on amd64 wrt bug #363241 *jcifs-1.3.15 (12 Mar 2011) diff --git a/dev-java/jcifs/jcifs-1.3.15.ebuild b/dev-java/jcifs/jcifs-1.3.15.ebuild index aff82b61f9e7..bfaf72b5a424 100644 --- a/dev-java/jcifs/jcifs-1.3.15.ebuild +++ b/dev-java/jcifs/jcifs-1.3.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jcifs/jcifs-1.3.15.ebuild,v 1.1 2011/03/12 20:09:25 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jcifs/jcifs-1.3.15.ebuild,v 1.2 2011/04/15 21:53:40 angelos Exp $ EAPI="2" JAVA_PKG_IUSE="doc examples source" @@ -12,7 +12,7 @@ SRC_URI="http://jcifs.samba.org/src/${P}.tgz" HOMEPAGE="http://jcifs.samba.org/" LICENSE="LGPL-2.1" SLOT="1.1" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" RDEPEND=">=virtual/jre-1.4 dev-java/servletapi:2.4" DEPEND=">=virtual/jdk-1.4 |