diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2013-01-17 10:57:50 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2013-01-17 10:57:50 +0000 |
commit | 0da668b6fd056de856adce597d743e078a6edd23 (patch) | |
tree | a000249bf2ebb9bc549b5cf5c5ecc9430d4d8020 /sys-devel/parity/parity-9999.ebuild | |
parent | Support newer libcdio-paranoia (diff) | |
download | gentoo-2-0da668b6fd056de856adce597d743e078a6edd23.tar.gz gentoo-2-0da668b6fd056de856adce597d743e078a6edd23.tar.bz2 gentoo-2-0da668b6fd056de856adce597d743e078a6edd23.zip |
Revbump, bug#450574, with patch to not abort on fatal exception when debugger is present. No point in having the x86-winnt keyword. Prevent live keywords from ekeyword.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key A630CCB8)
Diffstat (limited to 'sys-devel/parity/parity-9999.ebuild')
-rw-r--r-- | sys-devel/parity/parity-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/parity/parity-9999.ebuild b/sys-devel/parity/parity-9999.ebuild index d1ee5b12ea5f..7fbf94c95ef7 100644 --- a/sys-devel/parity/parity-9999.ebuild +++ b/sys-devel/parity/parity-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/parity/parity-9999.ebuild,v 1.3 2011/08/10 20:31:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/parity/parity-9999.ebuild,v 1.4 2013/01/17 10:57:50 haubi Exp $ EAPI=4 @@ -9,12 +9,12 @@ if [[ ${PV} == 9999 ]]; then ESVN_REPO_URI="https://parity.svn.sf.net/svnroot/parity/trunk" ESVN_BOOTSTRAP="confix --bootstrap" ESVN_PROJECT="${PN}" - KEYWORDS="" + : ${KEYWORDS=""} DEPEND="dev-util/confix" else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - KEYWORDS="~x86-interix ~x86-winnt" + KEYWORDS="~x86-interix" fi DESCRIPTION="An Interix to native Win32 Cross-Compiler Tool (requires Visual Studio)." HOMEPAGE="http://www.sourceforge.net/projects/parity/" |