diff options
Diffstat (limited to 'sci-libs/libghemical')
-rw-r--r-- | sci-libs/libghemical/libghemical-2.10.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-libs/libghemical/libghemical-2.10.ebuild b/sci-libs/libghemical/libghemical-2.10.ebuild index 7254a3469689..5291c9ce940f 100644 --- a/sci-libs/libghemical/libghemical-2.10.ebuild +++ b/sci-libs/libghemical/libghemical-2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/libghemical-2.10.ebuild,v 1.1 2006/12/28 22:30:59 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/libghemical-2.10.ebuild,v 1.2 2007/07/13 06:57:50 mr_bones_ Exp $ DESCRIPTION="Chemical quantum mechanics and molecular mechanics" HOMEPAGE="http://bioinformatics.org/ghemical/" @@ -36,4 +36,3 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "install failed" } - |