diff options
author | 2017-04-12 12:17:24 -0700 | |
---|---|---|
committer | 2017-04-12 12:17:24 -0700 | |
commit | 9815f718bf797d88855d349a31653acd9deab5e9 (patch) | |
tree | 7403cb7ef353ce15af5622d733b0194b84a16c67 /net-misc/socat | |
parent | media-video/ffmpeg: sync with upstream (diff) | |
download | libressl-9815f718bf797d88855d349a31653acd9deab5e9.tar.gz libressl-9815f718bf797d88855d349a31653acd9deab5e9.tar.bz2 libressl-9815f718bf797d88855d349a31653acd9deab5e9.zip |
net-misc/socat: sync with upstream
Diffstat (limited to 'net-misc/socat')
-rw-r--r-- | net-misc/socat/socat-1.7.3.1.ebuild (renamed from net-misc/socat/socat-1.7.3.1-r1.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/socat/socat-1.7.3.1-r1.ebuild b/net-misc/socat/socat-1.7.3.1.ebuild index b4897ba..547ecd5 100644 --- a/net-misc/socat/socat-1.7.3.1-r1.ebuild +++ b/net-misc/socat/socat-1.7.3.1.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=5 inherit autotools eutils flag-o-matic toolchain-funcs @@ -13,7 +12,7 @@ SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="ssl libressl readline ipv6 tcpd" DEPEND=" |