diff options
author | 2012-08-01 05:53:23 +0000 | |
---|---|---|
committer | 2012-08-01 05:53:23 +0000 | |
commit | 7170bf6d09e48ba56b2d2322ec067e7890d20a8b (patch) | |
tree | 8bd337ed7f983868d8cf8dfa76c2d54422b97244 /net-libs | |
parent | Avoid test broken with FEATURES=-userpriv, fixing bug 428704. (diff) | |
download | gentoo-2-7170bf6d09e48ba56b2d2322ec067e7890d20a8b.tar.gz gentoo-2-7170bf6d09e48ba56b2d2322ec067e7890d20a8b.tar.bz2 gentoo-2-7170bf6d09e48ba56b2d2322ec067e7890d20a8b.zip |
marked x86 per bug 422139
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh2/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-1.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog index 3b07b224f4c7..727a51115610 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.64 2012/07/23 15:50:23 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.65 2012/08/01 05:53:23 jdhore Exp $ + + 01 Aug 2012; Jeff Horelick <jdhore@gentoo.org> libssh2-1.4.2.ebuild: + marked x86 per bug 422139 23 Jul 2012; Jeremy Olexa <darkside@gentoo.org> libssh2-1.4.2.ebuild: add ~ppc-macos, bug 427508 diff --git a/net-libs/libssh2/libssh2-1.4.2.ebuild b/net-libs/libssh2/libssh2-1.4.2.ebuild index 599c6c5363b7..6907dd32817f 100644 --- a/net-libs/libssh2/libssh2-1.4.2.ebuild +++ b/net-libs/libssh2/libssh2-1.4.2.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.2.ebuild,v 1.2 2012/07/23 15:50:23 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.2.ebuild,v 1.3 2012/08/01 05:53:23 jdhore 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 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris" IUSE="gcrypt static-libs test zlib" DEPEND="!gcrypt? ( dev-libs/openssl ) |