diff options
author | 2014-08-16 10:09:46 +0000 | |
---|---|---|
committer | 2014-08-16 10:09:46 +0000 | |
commit | 5e0cb5477c6ca9577705e6035922302cfb80b757 (patch) | |
tree | 0fcddac9db04f2d808bb4e0fee49318c3e26bbfa /dev-java | |
parent | amd64 stable, bug #518928 (diff) | |
download | gentoo-2-5e0cb5477c6ca9577705e6035922302cfb80b757.tar.gz gentoo-2-5e0cb5477c6ca9577705e6035922302cfb80b757.tar.bz2 gentoo-2-5e0cb5477c6ca9577705e6035922302cfb80b757.zip |
amd64 stable, bug #518940
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jsch/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/jsch/jsch-0.1.49.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/jsch/ChangeLog b/dev-java/jsch/ChangeLog index 86b8159bb717..bd8c44873684 100644 --- a/dev-java/jsch/ChangeLog +++ b/dev-java/jsch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jsch # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/ChangeLog,v 1.86 2014/08/14 17:06:37 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/ChangeLog,v 1.87 2014/08/16 10:09:46 johu Exp $ + + 16 Aug 2014; Johannes Huber <johu@gentoo.org> jsch-0.1.49.ebuild: + amd64 stable, bug #518940 14 Aug 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> jsch-0.1.49.ebuild: x86 stable wrt bug #518940 diff --git a/dev-java/jsch/jsch-0.1.49.ebuild b/dev-java/jsch/jsch-0.1.49.ebuild index d69ea9ad0f97..240a70505a74 100644 --- a/dev-java/jsch/jsch-0.1.49.ebuild +++ b/dev-java/jsch/jsch-0.1.49.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/jsch-0.1.49.ebuild,v 1.3 2014/08/14 17:06:37 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/jsch-0.1.49.ebuild,v 1.4 2014/08/16 10:09:46 johu Exp $ EAPI="2" JAVA_PKG_IUSE="doc source examples" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.jcraft.com/jsch/" SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="zlib" RDEPEND=">=virtual/jdk-1.5 |