diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-04-26 17:29:40 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-04-26 17:29:40 +0000 |
commit | b9013eb5110fdd712ed4c9a28adb33d52e44b75b (patch) | |
tree | cceb5cc6e97ccc139a3eaab80db97424556d34c3 /net-libs/libssh2 | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-b9013eb5110fdd712ed4c9a28adb33d52e44b75b.tar.gz gentoo-2-b9013eb5110fdd712ed4c9a28adb33d52e44b75b.tar.bz2 gentoo-2-b9013eb5110fdd712ed4c9a28adb33d52e44b75b.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libssh2')
-rw-r--r-- | net-libs/libssh2/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-1.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog index 3e24f52b25d1..7e239f1134db 100644 --- a/net-libs/libssh2/ChangeLog +++ b/net-libs/libssh2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.59 2012/04/04 22:22:38 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.60 2012/04/26 17:29:40 aballier Exp $ + + 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> libssh2-1.4.1.ebuild: + keyword ~amd64-fbsd *libssh2-1.4.1 (04 Apr 2012) diff --git a/net-libs/libssh2/libssh2-1.4.1.ebuild b/net-libs/libssh2/libssh2-1.4.1.ebuild index b90f34a52948..134764ce433c 100644 --- a/net-libs/libssh2/libssh2-1.4.1.ebuild +++ b/net-libs/libssh2/libssh2-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.1.ebuild,v 1.1 2012/04/04 22:22:38 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.1.ebuild,v 1.2 2012/04/26 17:29:40 aballier Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://www.${PN}.org/download/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-solaris" IUSE="gcrypt static-libs test zlib" DEPEND="!gcrypt? ( dev-libs/openssl ) |