diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-01-15 21:44:38 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-01-15 22:13:59 +0100 |
commit | 226bcd92942167269dda6de2a586fdd0b4254128 (patch) | |
tree | 0affa32054fd24771b43d226d299aa663e9397c0 /net-misc/pipes | |
parent | net-misc/netdate: EAPI 6 bump. (diff) | |
download | gentoo-226bcd92942167269dda6de2a586fdd0b4254128.tar.gz gentoo-226bcd92942167269dda6de2a586fdd0b4254128.tar.bz2 gentoo-226bcd92942167269dda6de2a586fdd0b4254128.zip |
net-misc/pipes: stable for amd64.
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-misc/pipes')
-rw-r--r-- | net-misc/pipes/pipes-1.16.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/pipes/pipes-1.16.1.ebuild b/net-misc/pipes/pipes-1.16.1.ebuild index 5cd946277bec..4d4aceb716bf 100644 --- a/net-misc/pipes/pipes-1.16.1.ebuild +++ b/net-misc/pipes/pipes-1.16.1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 + inherit eutils toolchain-funcs DESCRIPTION="Very versatile TCP pipes" @@ -11,7 +12,7 @@ SRC_URI="http://bisqwit.iki.fi/src/arch/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ~s390 x86" +KEYWORDS="amd64 ppc s390 x86" src_prepare() { # Prevent the build system from looking for dependencies |