diff options
author | David Holm <dholm@gentoo.org> | 2004-06-23 20:53:26 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-06-23 20:53:26 +0000 |
commit | b4eaf1f6964f3445b9509986b0139306367ef29d (patch) | |
tree | 91e36525f005bfa06b21fb8ec29fb1e34e0c2aea /net-libs | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-b4eaf1f6964f3445b9509986b0139306367ef29d.tar.gz gentoo-2-b4eaf1f6964f3445b9509986b0139306367ef29d.tar.bz2 gentoo-2-b4eaf1f6964f3445b9509986b0139306367ef29d.zip |
Added to ~ppc
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh/libssh-0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index afe909d6afc2..a93d69e23c6e 100644 --- a/net-libs/libssh/ChangeLog +++ b/net-libs/libssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.2 2004/06/15 00:35:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.3 2004/06/23 20:51:09 dholm Exp $ + + 23 Jun 2004; David Holm <dholm@gentoo.org> libssh-0.1.ebuild: + Added to ~ppc. 14 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> libssh-0.1.ebuild: fix LICENSE (bug #53926); error check diff --git a/net-libs/libssh/libssh-0.1.ebuild b/net-libs/libssh/libssh-0.1.ebuild index 60a8347ba4cc..1c331f55a81d 100644 --- a/net-libs/libssh/libssh-0.1.ebuild +++ b/net-libs/libssh/libssh-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.1.ebuild,v 1.2 2004/06/15 00:35:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.1.ebuild,v 1.3 2004/06/23 20:51:09 dholm Exp $ DESCRIPTION="access a working SSH implementation by means of a library" HOMEPAGE="http://0xbadc0de.be/projects/sshlib.html" @@ -8,7 +8,7 @@ SRC_URI="http://www.0xbadc0de.be/projects/libssh/${P}.tgz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="sys-libs/zlib |