diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-05-17 10:57:32 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-05-17 10:57:32 +0000 |
commit | af07350706a305668244ae839ccda88c68ed0541 (patch) | |
tree | 5472bb278dd9b2235b157bc7094ecf2dd74a37a4 /sci-chemistry | |
parent | Fix for test, #318605 (diff) | |
download | gentoo-2-af07350706a305668244ae839ccda88c68ed0541.tar.gz gentoo-2-af07350706a305668244ae839ccda88c68ed0541.tar.bz2 gentoo-2-af07350706a305668244ae839ccda88c68ed0541.zip |
Added missing deps on libidn and libpng
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/coot/ChangeLog | 4 | ||||
-rw-r--r-- | sci-chemistry/coot/coot-0.6.1.ebuild | 5 | ||||
-rw-r--r-- | sci-chemistry/coot/coot-0.6.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog index 38c42bae8e5f..7198819ab543 100644 --- a/sci-chemistry/coot/ChangeLog +++ b/sci-chemistry/coot/ChangeLog @@ -1,10 +1,10 @@ # ChangeLog for sci-chemistry/coot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.25 2010/05/17 10:53:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.26 2010/05/17 10:57:32 jlec Exp $ 17 May 2010; Justin Lecher <jlec@gentoo.org> coot-0.6.ebuild, coot-0.6.1.ebuild: - Fix for test, #318605 + Fix for test, #318605; added missing deps on libidn & libpng *coot-0.6.1 (17 May 2010) diff --git a/sci-chemistry/coot/coot-0.6.1.ebuild b/sci-chemistry/coot/coot-0.6.1.ebuild index 8926e68b2c03..c8d219d49e33 100644 --- a/sci-chemistry/coot/coot-0.6.1.ebuild +++ b/sci-chemistry/coot/coot-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.1.ebuild,v 1.2 2010/05/17 10:53:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.1.ebuild,v 1.3 2010/05/17 10:57:32 jlec Exp $ EAPI="3" @@ -56,7 +56,8 @@ RDEPEND=" ${SCHEMEDEPS} dev-python/pygtk >=dev-libs/gmp-4.2.2-r2 - >=net-misc/curl-7.19.6" + >=net-misc/curl-7.19.6 + net-dns/libidn" DEPEND="${RDEPEND} dev-lang/swig test? ( dev-scheme/greg )" diff --git a/sci-chemistry/coot/coot-0.6.ebuild b/sci-chemistry/coot/coot-0.6.ebuild index 89b36df577ac..469db930c6ec 100644 --- a/sci-chemistry/coot/coot-0.6.ebuild +++ b/sci-chemistry/coot/coot-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.ebuild,v 1.5 2010/05/17 10:53:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.ebuild,v 1.6 2010/05/17 10:57:32 jlec Exp $ EAPI="3" @@ -38,6 +38,7 @@ SCIDEPS=" XDEPS=" gnome-base/libgnomecanvas gnome-base/librsvg + media-libs/libpng virtual/glut >=x11-libs/gtk+-2.2 x11-libs/gtkglext" @@ -55,7 +56,8 @@ RDEPEND=" ${SCHEMEDEPS} dev-python/pygtk >=dev-libs/gmp-4.2.2-r2 - >=net-misc/curl-7.19.6" + >=net-misc/curl-7.19.6 + net-dns/libidn" DEPEND="${RDEPEND} dev-lang/swig test? ( dev-scheme/greg )" |