diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-06-28 21:05:46 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-06-28 21:05:46 +0000 |
commit | 8b2fef7efbc1927d3c23786132c65e940376522d (patch) | |
tree | 5acff52150bdbe828637fd4b359ce498f3ba4722 /sci-chemistry/cns/cns-1.2.1-r3.ebuild | |
parent | Fix idmapd/gssd dep calculation with nfs mounts #324725 by Михаил. (diff) | |
download | gentoo-2-8b2fef7efbc1927d3c23786132c65e940376522d.tar.gz gentoo-2-8b2fef7efbc1927d3c23786132c65e940376522d.tar.bz2 gentoo-2-8b2fef7efbc1927d3c23786132c65e940376522d.zip |
Removed blocking of dos2unix
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/cns/cns-1.2.1-r3.ebuild')
-rw-r--r-- | sci-chemistry/cns/cns-1.2.1-r3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-chemistry/cns/cns-1.2.1-r3.ebuild b/sci-chemistry/cns/cns-1.2.1-r3.ebuild index e6cbce88bf7a..dbaadbaff966 100644 --- a/sci-chemistry/cns/cns-1.2.1-r3.ebuild +++ b/sci-chemistry/cns/cns-1.2.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r3.ebuild,v 1.1 2010/03/20 13:33:12 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r3.ebuild,v 1.2 2010/06/28 21:05:46 jlec Exp $ EAPI="3" @@ -20,8 +20,7 @@ LICENSE="cns" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="aria openmp" -RDEPEND="app-shells/tcsh - !app-text/dos2unix" +RDEPEND="app-shells/tcsh" DEPEND="${RDEPEND}" PDEPEND="aria? ( ~sci-chemistry/aria-2.3.1 )" @@ -196,6 +195,8 @@ src_install() { -A iq,cgi,csh,cv,def,fm,gif,hkl,inp,jpeg,lib,link,list,mask,mtf,param,pdb,pdf,pl,ps,sc,sca,sdb,seq,tbl,top \ -f all_cns_info_template,omac,def \ -r doc/html/* || die + # Conflits with app-text/dos2unix + rm -f "${D}"/usr/bin/dos2unix } pkg_info() { |