diff options
author | 2012-09-24 00:47:45 +0000 | |
---|---|---|
committer | 2012-09-24 00:47:45 +0000 | |
commit | 572e07c8e0576c81b9135c30248ae21fec4ee352 (patch) | |
tree | 7abd8a2a40c23ec71b9bcb7ef2d95ffb386d2864 /sci-chemistry/vmd/vmd-1.9.1.ebuild | |
parent | QA_DT_HASH (old/deprecated) -> QA_FLAGS_IGNORED (new hotness). (diff) | |
download | historical-572e07c8e0576c81b9135c30248ae21fec4ee352.tar.gz historical-572e07c8e0576c81b9135c30248ae21fec4ee352.tar.bz2 historical-572e07c8e0576c81b9135c30248ae21fec4ee352.zip |
QA_DT_HASH (old/deprecated) -> QA_FLAGS_IGNORED (new hotness).
Package-Manager: portage-2.2.0_alpha131/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry/vmd/vmd-1.9.1.ebuild')
-rw-r--r-- | sci-chemistry/vmd/vmd-1.9.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/vmd/vmd-1.9.1.ebuild b/sci-chemistry/vmd/vmd-1.9.1.ebuild index 8d66004216f2..7e60fa52872d 100644 --- a/sci-chemistry/vmd/vmd-1.9.1.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.9.1.ebuild,v 1.3 2012/09/05 07:00:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.9.1.ebuild,v 1.4 2012/09/24 00:47:45 vapier Exp $ EAPI=4 @@ -51,10 +51,10 @@ VMD_DOWNLOAD="http://www.ks.uiuc.edu/Development/Download/download.cgi?PackageNa # Binary only plugin!! QA_TEXTRELS="usr/lib*/vmd/plugins/LINUX/tcl/intersurf1.1/bin/intersurf.so" QA_PRESTRIPPED="usr/lib*/vmd/plugins/LINUX/tcl/intersurf1.1/bin/intersurf.so" -QA_DT_HASH_amd64=" +QA_FLAGS_IGNORED_amd64=" usr/lib64/vmd/plugins/LINUX/tcl/intersurf1.1/bin/intersurf.so usr/lib64/vmd/plugins/LINUX/tcl/volutil1.3/volutil" -QA_DT_HASH_x86=" +QA_FLAGS_IGNORED_x86=" usr/lib/vmd/plugins/LINUX/tcl/intersurf1.1/bin/intersurf.so usr/lib/vmd/plugins/LINUX/tcl/volutil1.3/volutil" |