diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-08-10 20:31:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-08-10 20:31:23 +0000 |
commit | 862122198efbd47da5a35553babdc24f11871cf0 (patch) | |
tree | 80201f251f72b837df983c3518478cf6eb1f11bb /sys-devel/parity | |
parent | Missing multilib inherit for last commit (diff) | |
download | gentoo-2-862122198efbd47da5a35553babdc24f11871cf0.tar.gz gentoo-2-862122198efbd47da5a35553babdc24f11871cf0.tar.bz2 gentoo-2-862122198efbd47da5a35553babdc24f11871cf0.zip |
DESCRIPTION goes below inherit
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'sys-devel/parity')
-rw-r--r-- | sys-devel/parity/parity-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-devel/parity/parity-9999.ebuild b/sys-devel/parity/parity-9999.ebuild index 4651f72ce96e..d1ee5b12ea5f 100644 --- a/sys-devel/parity/parity-9999.ebuild +++ b/sys-devel/parity/parity-9999.ebuild @@ -1,12 +1,9 @@ # Copyright 1999-2011 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.2 2011/08/09 15:48:10 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/parity/parity-9999.ebuild,v 1.3 2011/08/10 20:31:23 mr_bones_ Exp $ EAPI=4 -DESCRIPTION="An Interix to native Win32 Cross-Compiler Tool (requires Visual Studio)." -HOMEPAGE="http://www.sourceforge.net/projects/parity/" - if [[ ${PV} == 9999 ]]; then inherit subversion ESVN_REPO_URI="https://parity.svn.sf.net/svnroot/parity/trunk" @@ -19,6 +16,8 @@ else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" KEYWORDS="~x86-interix ~x86-winnt" fi +DESCRIPTION="An Interix to native Win32 Cross-Compiler Tool (requires Visual Studio)." +HOMEPAGE="http://www.sourceforge.net/projects/parity/" LICENSE="LGPL-3" SLOT="0" |