Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/
Date: Sat, 27 Feb 2016 07:44:34
Message-Id: 1456559052.63cb39723bb23185f82d621213824b5e03fc010c.jer@gentoo
1 commit: 63cb39723bb23185f82d621213824b5e03fc010c
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 07:44:12 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 07:44:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63cb3972
7
8 net-libs/libssh: Restore inexplicably dropped IA64 keywording.
9
10 Package-Manager: portage-2.2.27
11
12 net-libs/libssh/libssh-0.7.2.ebuild | 2 +-
13 net-libs/libssh/libssh-0.7.3.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/libssh/libssh-0.7.2.ebuild b/net-libs/libssh/libssh-0.7.2.ebuild
17 index 88697e4..507ff40 100644
18 --- a/net-libs/libssh/libssh-0.7.2.ebuild
19 +++ b/net-libs/libssh/libssh-0.7.2.ebuild
20 @@ -12,7 +12,7 @@ HOMEPAGE="http://www.libssh.org/"
21 SRC_URI="https://red.libssh.org/attachments/download/177/${MY_P}.tar.xz -> ${P}.tar.xz"
22
23 LICENSE="LGPL-2.1"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
25 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
26 SLOT="0/4" # subslot = soname major version
27 IUSE="debug doc examples gcrypt gssapi libressl pcap +sftp ssh1 server static-libs test zlib"
28 # Maintainer: check IUSE-defaults at DefineOptions.cmake
29
30 diff --git a/net-libs/libssh/libssh-0.7.3.ebuild b/net-libs/libssh/libssh-0.7.3.ebuild
31 index da20cc8..214ed2f 100644
32 --- a/net-libs/libssh/libssh-0.7.3.ebuild
33 +++ b/net-libs/libssh/libssh-0.7.3.ebuild
34 @@ -12,7 +12,7 @@ HOMEPAGE="http://www.libssh.org/"
35 SRC_URI="https://red.libssh.org/attachments/download/195/${MY_P}.tar.xz -> ${P}.tar.xz"
36
37 LICENSE="LGPL-2.1"
38 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
39 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
40 SLOT="0/4" # subslot = soname major version
41 IUSE="debug doc examples gcrypt gssapi libressl pcap +sftp ssh1 server static-libs test zlib"
42 # Maintainer: check IUSE-defaults at DefineOptions.cmake