diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2010-06-25 17:34:27 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2010-06-25 17:34:27 +0000 |
commit | a12b8f34cc016a68095a45362b4c99e7e85ee432 (patch) | |
tree | d211cccc65ae369502a44ee8ca79ff53edad0250 /sci-chemistry/wxmacmolplt | |
parent | Stable for HPPA (bug #324269). (diff) | |
download | gentoo-2-a12b8f34cc016a68095a45362b4c99e7e85ee432.tar.gz gentoo-2-a12b8f34cc016a68095a45362b4c99e7e85ee432.tar.bz2 gentoo-2-a12b8f34cc016a68095a45362b4c99e7e85ee432.zip |
Correct dependency on media-libs/ming
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/wxmacmolplt')
-rw-r--r-- | sci-chemistry/wxmacmolplt/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/wxmacmolplt/wxmacmolplt-7.4-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-chemistry/wxmacmolplt/ChangeLog b/sci-chemistry/wxmacmolplt/ChangeLog index f1a9b9d70e51..6755210f910f 100644 --- a/sci-chemistry/wxmacmolplt/ChangeLog +++ b/sci-chemistry/wxmacmolplt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/wxmacmolplt # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/ChangeLog,v 1.7 2010/06/25 17:21:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/ChangeLog,v 1.8 2010/06/25 17:34:27 xarthisius Exp $ + + 25 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org> + wxmacmolplt-7.4-r1.ebuild: + Correct dependency on media-libs/ming *wxmacmolplt-7.4-r1 (25 Jun 2010) diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4-r1.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4-r1.ebuild index 2b603d9ba716..386ce4ecf3e5 100644 --- a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4-r1.ebuild +++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4-r1.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/wxmacmolplt/wxmacmolplt-7.4-r1.ebuild,v 1.1 2010/06/25 17:21:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4-r1.ebuild,v 1.2 2010/06/25 17:34:27 xarthisius Exp $ EAPI="2" WX_GTK_VER=2.8 @@ -20,7 +20,7 @@ RDEPEND=" >=media-libs/glew-1.5.3 media-libs/mesa x11-libs/wxGTK:2.8[X,opengl] - flash? ( <media-libs/ming-0.4 )" + flash? ( media-libs/ming )" DEPEND="${RDEPEND} dev-util/pkgconfig" |