diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2002-10-31 19:36:55 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2002-10-31 19:36:55 +0000 |
commit | 2db4536ca62ed6d70e2b03ba781311908d940e5e (patch) | |
tree | e9ef45cc7ddc240341b9c37eda575c5561b37006 /app-sci/mpqc | |
parent | initial ebuild (diff) | |
download | gentoo-2-2db4536ca62ed6d70e2b03ba781311908d940e5e.tar.gz gentoo-2-2db4536ca62ed6d70e2b03ba781311908d940e5e.tar.bz2 gentoo-2-2db4536ca62ed6d70e2b03ba781311908d940e5e.zip |
fixed license
Diffstat (limited to 'app-sci/mpqc')
-rw-r--r-- | app-sci/mpqc/mpqc-2.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-sci/mpqc/mpqc-2.1.2.ebuild b/app-sci/mpqc/mpqc-2.1.2.ebuild index 8b86298379d1..4285cdebc6b6 100644 --- a/app-sci/mpqc/mpqc-2.1.2.ebuild +++ b/app-sci/mpqc/mpqc-2.1.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/mpqc/mpqc-2.1.2.ebuild,v 1.1 2002/10/31 19:22:55 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/mpqc/mpqc-2.1.2.ebuild,v 1.2 2002/10/31 19:36:55 hannes Exp $ SLOT="0" HOMEPAGE="http://aros.ca.sandia.gov/~cljanss/mpqc/" SRC_URI="http://aros.ca.sandia.gov/~cljanss/mpqc/distrib/${P}.tar.gz doc? ( http://aros.ca.sandia.gov/~cljanss/mpqc/distrib/${PN}-man-${PV}.tar.gz )" DESCRIPTION="The Massively Parallel Quantum Chemistry Program" -LICENSE="GPL" +LICENSE="GPL-2" KEYWORDS="~x86" IUSE="doc X" |