diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-04-21 19:06:50 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-04-21 19:06:50 +0000 |
commit | f1d1a7087f7bb5676d5adfbc60de6ea7ad949072 (patch) | |
tree | 670f45025bbbc0b49ee7ba163c745ae794eac968 /dev-java | |
parent | ppc stable wrt bug #544934 (diff) | |
download | gentoo-2-f1d1a7087f7bb5676d5adfbc60de6ea7ad949072.tar.gz gentoo-2-f1d1a7087f7bb5676d5adfbc60de6ea7ad949072.tar.bz2 gentoo-2-f1d1a7087f7bb5676d5adfbc60de6ea7ad949072.zip |
ppc stable wrt bug #518940
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jsch/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/jsch/jsch-0.1.49.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/jsch/ChangeLog b/dev-java/jsch/ChangeLog index bd8c44873684..93d2d73cc502 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.87 2014/08/16 10:09:46 johu Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/ChangeLog,v 1.88 2015/04/21 19:06:50 pacho Exp $ + + 21 Apr 2015; Pacho Ramos <pacho@gentoo.org> jsch-0.1.49.ebuild: + ppc stable wrt bug #518940 16 Aug 2014; Johannes Huber <johu@gentoo.org> jsch-0.1.49.ebuild: amd64 stable, bug #518940 diff --git a/dev-java/jsch/jsch-0.1.49.ebuild b/dev-java/jsch/jsch-0.1.49.ebuild index 240a70505a74..69296b0e3e3a 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 +# Copyright 1999-2015 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.4 2014/08/16 10:09:46 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/jsch-0.1.49.ebuild,v 1.5 2015/04/21 19:06:50 pacho 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 |