diff options
author | Brent Baude <ranger@gentoo.org> | 2010-03-23 20:27:32 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-03-23 20:27:32 +0000 |
commit | c364594758b5bc993ce73aa6fabdf044c55ec8fe (patch) | |
tree | a86f85b865047feff4d22568814ffdcf79f762f1 /net-libs | |
parent | stable ppc, bug 305177 (diff) | |
download | gentoo-2-c364594758b5bc993ce73aa6fabdf044c55ec8fe.tar.gz gentoo-2-c364594758b5bc993ce73aa6fabdf044c55ec8fe.tar.bz2 gentoo-2-c364594758b5bc993ce73aa6fabdf044c55ec8fe.zip |
Marking libssh-0.4.1 ppc for bug 310017
(Portage version: 2.1.7.17/cvs/Linux ppc64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh/libssh-0.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index 6a0d8ff2b994..057afdd954b6 100644 --- a/net-libs/libssh/ChangeLog +++ b/net-libs/libssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.28 2010/03/21 16:05:51 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.29 2010/03/23 20:27:32 ranger Exp $ + + 23 Mar 2010; Brent Baude <ranger@gentoo.org> libssh-0.4.1.ebuild: + Marking libssh-0.4.1 ppc for bug 310017 21 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> libssh-0.4.1.ebuild: x86 stable wrt bug #310017 diff --git a/net-libs/libssh/libssh-0.4.1.ebuild b/net-libs/libssh/libssh-0.4.1.ebuild index 491d5a65eff2..68fe929118cd 100644 --- a/net-libs/libssh/libssh-0.4.1.ebuild +++ b/net-libs/libssh/libssh-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.4.1.ebuild,v 1.2 2010/03/21 16:05:51 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.4.1.ebuild,v 1.3 2010/03/23 20:27:32 ranger Exp $ # Maintainer: check IUSE-defaults at DefineOptions.cmake @@ -13,7 +13,7 @@ HOMEPAGE="http://www.libssh.org/" SRC_URI="http://www.${PN}.org/files/${P}.tar.gz" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~hppa ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE="debug gcrypt examples +sftp ssh1 server static-libs zlib" |