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 | e56d7d2d4404e12448c907ba168f258306b86c6c (patch) | |
tree | 5c38a30b6b5f960332b1495fadb3e570821aa33a /sci-chemistry/cns/cns-1.2.1-r4.ebuild | |
parent | Fix idmapd/gssd dep calculation with nfs mounts #324725 by Михаил. (diff) | |
download | historical-e56d7d2d4404e12448c907ba168f258306b86c6c.tar.gz historical-e56d7d2d4404e12448c907ba168f258306b86c6c.tar.bz2 historical-e56d7d2d4404e12448c907ba168f258306b86c6c.zip |
Removed blocking of dos2unix
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry/cns/cns-1.2.1-r4.ebuild')
-rw-r--r-- | sci-chemistry/cns/cns-1.2.1-r4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-chemistry/cns/cns-1.2.1-r4.ebuild b/sci-chemistry/cns/cns-1.2.1-r4.ebuild index 47f07c3a834e..e0fcb147b539 100644 --- a/sci-chemistry/cns/cns-1.2.1-r4.ebuild +++ b/sci-chemistry/cns/cns-1.2.1-r4.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-r4.ebuild,v 1.1 2010/04/05 21:15:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r4.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 )" @@ -207,6 +206,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() { |