diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-10-09 23:19:50 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-10-10 01:03:34 -0400 |
commit | c1511618853db61acd458f9f2a9cda0f08fe7cfd (patch) | |
tree | 7005223c5340f724a6966a8e95fe379216f5befc /sci-chemistry/coot | |
parent | dev-ruby/rspec-core: Mark ~ppc64 (bug #562452). (diff) | |
download | gentoo-c1511618853db61acd458f9f2a9cda0f08fe7cfd.tar.gz gentoo-c1511618853db61acd458f9f2a9cda0f08fe7cfd.tar.bz2 gentoo-c1511618853db61acd458f9f2a9cda0f08fe7cfd.zip |
fix various encoding corruption
Diffstat (limited to 'sci-chemistry/coot')
-rw-r--r-- | sci-chemistry/coot/coot-0.8.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/coot/coot-0.8.2-r1.ebuild b/sci-chemistry/coot/coot-0.8.2-r1.ebuild index 2663fba892ca..0f95e676b90c 100644 --- a/sci-chemistry/coot/coot-0.8.2-r1.ebuild +++ b/sci-chemistry/coot/coot-0.8.2-r1.ebuild @@ -134,7 +134,7 @@ src_configure() { src_test() { source "${EPREFIX}/etc/profile.d/40ccp4.setup.sh" - mkdir "${T}"/coot_test || die + mkdir "${T}"/coot_test || die export COOT_STANDARD_RESIDUES="${S}/standard-residues.pdb" export COOT_SCHEME_DIR="${S}/scheme/" |