diff options
author | 2012-05-21 23:25:19 +0000 | |
---|---|---|
committer | 2012-05-21 23:25:19 +0000 | |
commit | 9c48b5e3a8a0e9d96fa42f5c926c09381ffa4b30 (patch) | |
tree | 721c196ae224bee229212eb522e60af6c4f6ce6a /sci-libs/libghemical | |
parent | Inherit eutils for epatch. (diff) | |
download | gentoo-2-9c48b5e3a8a0e9d96fa42f5c926c09381ffa4b30.tar.gz gentoo-2-9c48b5e3a8a0e9d96fa42f5c926c09381ffa4b30.tar.bz2 gentoo-2-9c48b5e3a8a0e9d96fa42f5c926c09381ffa4b30.zip |
Inherit eutils for epatch.
(Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libghemical')
-rw-r--r-- | sci-libs/libghemical/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/libghemical/libghemical-2.99.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/libghemical/ChangeLog b/sci-libs/libghemical/ChangeLog index a4a0ba606a2f..1202ec8908b0 100644 --- a/sci-libs/libghemical/ChangeLog +++ b/sci-libs/libghemical/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libghemical # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/ChangeLog,v 1.26 2012/05/04 08:22:49 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/ChangeLog,v 1.27 2012/05/21 23:25:19 vapier Exp $ + + 21 May 2012; Mike Frysinger <vapier@gentoo.org> libghemical-2.99.1.ebuild: + Inherit eutils for epatch. 04 May 2012; Jeff Horelick <jdhore@gentoo.org> libghemical-2.00.ebuild, libghemical-2.99.1.ebuild: diff --git a/sci-libs/libghemical/libghemical-2.99.1.ebuild b/sci-libs/libghemical/libghemical-2.99.1.ebuild index 80733f6aaa3a..62c38686d91f 100644 --- a/sci-libs/libghemical/libghemical-2.99.1.ebuild +++ b/sci-libs/libghemical/libghemical-2.99.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/libghemical-2.99.1.ebuild,v 1.5 2012/05/04 08:22:49 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/libghemical-2.99.1.ebuild,v 1.6 2012/05/21 23:25:19 vapier Exp $ EAPI="3" -inherit autotools +inherit autotools eutils DESCRIPTION="Chemical quantum mechanics and molecular mechanics" HOMEPAGE="http://bioinformatics.org/ghemical/" |