summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2023-05-25 21:57:16 +0200
committerFabian Groffen <grobian@gentoo.org>2023-05-25 21:57:16 +0200
commit77f67752cd0fa1d306b5d82723954ac8dbc6cd6c (patch)
treee9be7b8906255acfd8dc4c349d41a478b66136ae /sys-devel/parity/parity-2.0.1.ebuild
parentprofiles: remove sparc64-solaris (diff)
downloadgentoo-77f67752cd0fa1d306b5d82723954ac8dbc6cd6c.tar.gz
gentoo-77f67752cd0fa1d306b5d82723954ac8dbc6cd6c.tar.bz2
gentoo-77f67752cd0fa1d306b5d82723954ac8dbc6cd6c.zip
*/*: remove x64-cygwin keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-devel/parity/parity-2.0.1.ebuild')
-rw-r--r--sys-devel/parity/parity-2.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/parity/parity-2.0.1.ebuild b/sys-devel/parity/parity-2.0.1.ebuild
index 3de370518ab4..6828908aeff8 100644
--- a/sys-devel/parity/parity-2.0.1.ebuild
+++ b/sys-devel/parity/parity-2.0.1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
BDEPEND="dev-util/confix"
else
SRC_URI="https://github.com/ssi-schaefer/${PN}/releases/download/${PV}/${P}.tar.bz2"
- KEYWORDS="~x64-cygwin"
+ KEYWORDS=""
fi
DESCRIPTION="A POSIX to native Win32 Cross-Compiler Tool (requires Visual Studio)"
HOMEPAGE="https://github.com/ssi-schaefer/parity"