diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-05-29 08:55:34 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-05-29 08:55:34 +0000 |
commit | 421c4acbcc549c595f13595ae011715b90b65206 (patch) | |
tree | 2a405d5b85468a5518b95f6c33acce4028aa39dc /sci-chemistry | |
parent | Fix for --as-needed linker flag. (diff) | |
download | gentoo-2-421c4acbcc549c595f13595ae011715b90b65206.tar.gz gentoo-2-421c4acbcc549c595f13595ae011715b90b65206.tar.bz2 gentoo-2-421c4acbcc549c595f13595ae011715b90b65206.zip |
Require >=x11-libs/gtk-canvas-0.1.1-r2 for --as-needed linker flag.
(Portage version: 2.1.2.7)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/coot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/coot/coot-0.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog index dda1c784e249..e7621e24c9c9 100644 --- a/sci-chemistry/coot/ChangeLog +++ b/sci-chemistry/coot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/coot # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.10 2007/05/29 08:10:23 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.11 2007/05/29 08:55:34 dberkholz Exp $ + + 29 May 2007; Donnie Berkholz <dberkholz@gentoo.org>; coot-0.3.1.ebuild: + Require >=x11-libs/gtk-canvas-0.1.1-r2 for --as-needed linker flag. *coot-0.3.1 (29 May 2007) diff --git a/sci-chemistry/coot/coot-0.3.1.ebuild b/sci-chemistry/coot/coot-0.3.1.ebuild index 8c05e335cfcc..3a3ced1c38d8 100644 --- a/sci-chemistry/coot/coot-0.3.1.ebuild +++ b/sci-chemistry/coot/coot-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.3.1.ebuild,v 1.1 2007/05/29 08:10:23 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.3.1.ebuild,v 1.2 2007/05/29 08:55:34 dberkholz Exp $ inherit autotools eutils @@ -26,7 +26,7 @@ RDEPEND=">=sci-libs/gsl-1.3 virtual/opengl sci-chemistry/ccp4 dev-lang/python - x11-libs/gtk-canvas + >=x11-libs/gtk-canvas-0.1.1-r2 dev-lang/python x11-libs/guile-gtk dev-scheme/guile-gui |