diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-23 22:04:20 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-23 22:04:20 +0000 |
commit | 35368f7821b24d18687fee5bde3db018e5d657d4 (patch) | |
tree | 473ec8fdefb1abd02c9e780603209df17b027a26 /x11-libs/openmotif | |
parent | Disable erlang-grade in install_libgrades (diff) | |
download | gentoo-2-35368f7821b24d18687fee5bde3db018e5d657d4.tar.gz gentoo-2-35368f7821b24d18687fee5bde3db018e5d657d4.tar.bz2 gentoo-2-35368f7821b24d18687fee5bde3db018e5d657d4.zip |
Use virtual/jpeg.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r-- | x11-libs/openmotif/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.3.3.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index 9e17a569c58c..292a8c4a9723 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/openmotif # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.241 2010/06/23 13:17:27 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.242 2010/07/23 22:04:20 ssuominen Exp $ + + 23 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> + openmotif-2.3.3.ebuild: + Use virtual/jpeg. 23 Jun 2010; Fabian Groffen <grobian@gentoo.org> files/openmotif-2.3.2-darwin.patch: diff --git a/x11-libs/openmotif/openmotif-2.3.3.ebuild b/x11-libs/openmotif/openmotif-2.3.3.ebuild index bbd231e07399..07531a72664f 100644 --- a/x11-libs/openmotif/openmotif-2.3.3.ebuild +++ b/x11-libs/openmotif/openmotif-2.3.3.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/x11-libs/openmotif/openmotif-2.3.3.ebuild,v 1.4 2010/04/11 00:02:34 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v 1.5 2010/07/23 22:04:20 ssuominen Exp $ EAPI="3" @@ -26,8 +26,8 @@ RDEPEND="x11-libs/libXmu x11-libs/libXp unicode? ( virtual/libiconv ) xft? ( x11-libs/libXft ) - jpeg? ( media-libs/jpeg ) - png? ( media-libs/libpng )" + jpeg? ( virtual/jpeg ) + png? ( >=media-libs/libpng-1.4 )" DEPEND="${RDEPEND} sys-devel/flex x11-misc/xbitmaps" |