diff options
author | Rick Farina <zerochaos@gentoo.org> | 2013-09-30 04:10:25 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2013-09-30 04:10:25 +0000 |
commit | c1f31dcf509d987de49af0318221473c0d5f223d (patch) | |
tree | 97626efc15478b53193227a0ca7802bbcb3668b7 /media-libs/emotion | |
parent | Whitespace (diff) | |
download | gentoo-2-c1f31dcf509d987de49af0318221473c0d5f223d.tar.gz gentoo-2-c1f31dcf509d987de49af0318221473c0d5f223d.tar.bz2 gentoo-2-c1f31dcf509d987de49af0318221473c0d5f223d.zip |
partial fix for bug 486538
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'media-libs/emotion')
-rw-r--r-- | media-libs/emotion/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/emotion/emotion-1.7.8.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/emotion/ChangeLog b/media-libs/emotion/ChangeLog index 2fadb880bbc2..dc90ead44556 100644 --- a/media-libs/emotion/ChangeLog +++ b/media-libs/emotion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/emotion # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/ChangeLog,v 1.13 2013/08/28 03:19:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/ChangeLog,v 1.14 2013/09/30 04:10:25 zerochaos Exp $ + + 30 Sep 2013; Rick Farina <zerochaos@gentoo.org> emotion-1.7.8.ebuild: + partial fix for bug 486538 *emotion-1.7.8 (28 Aug 2013) diff --git a/media-libs/emotion/emotion-1.7.8.ebuild b/media-libs/emotion/emotion-1.7.8.ebuild index edc0566f8190..1069df47692d 100644 --- a/media-libs/emotion/emotion-1.7.8.ebuild +++ b/media-libs/emotion/emotion-1.7.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/emotion-1.7.8.ebuild,v 1.1 2013/08/28 03:19:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/emotion-1.7.8.ebuild,v 1.2 2013/09/30 04:10:25 zerochaos Exp $ EAPI="4" @@ -13,9 +13,9 @@ LICENSE="BSD-2" KEYWORDS="~amd64 ~x86" IUSE="gstreamer static-libs vlc xine" -DEPEND=">=media-libs/evas-1.7.6 - >=media-libs/edje-1.7.6 - >=dev-libs/ecore-1.7.6 +DEPEND=">=media-libs/evas-1.7.8 + >=media-libs/edje-1.7.8 + >=dev-libs/ecore-1.7.8 >=dev-libs/eeze-1.7.4 vlc? ( media-video/vlc ) xine? ( >=media-libs/xine-lib-1.1.1 ) |