diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-01-29 21:07:26 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-01-29 21:13:57 +0100 |
commit | 3215bf4a99754721b2824026a77256a361f73616 (patch) | |
tree | 2fd7f411a5384dbb11e4be128b10c07773b0163c /sys-devel/parity/parity-1.2.5.ebuild | |
parent | sys-devel/native-cctools: dropped ~x86-interix (diff) | |
download | gentoo-3215bf4a99754721b2824026a77256a361f73616.tar.gz gentoo-3215bf4a99754721b2824026a77256a361f73616.tar.bz2 gentoo-3215bf4a99754721b2824026a77256a361f73616.zip |
sys-devel/parity: dropped ~x86-interix
Package-Manager: portage-2.3.3
Diffstat (limited to 'sys-devel/parity/parity-1.2.5.ebuild')
-rw-r--r-- | sys-devel/parity/parity-1.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/parity/parity-1.2.5.ebuild b/sys-devel/parity/parity-1.2.5.ebuild index faacb3cfb975..83d4758068f4 100644 --- a/sys-devel/parity/parity-1.2.5.ebuild +++ b/sys-devel/parity/parity-1.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then DEPEND="dev-util/confix" else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - KEYWORDS="~x86-interix ~x86-winnt" + KEYWORDS="~x86-winnt" fi LICENSE="LGPL-3" |