diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 19:57:01 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 19:57:01 +0000 |
commit | 552aa1da151bb37740ae4cc313bccd656f0d36c1 (patch) | |
tree | cf35113b7a7d354f92603581264adaf0fa2fb253 /media-libs | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-552aa1da151bb37740ae4cc313bccd656f0d36c1.tar.gz gentoo-2-552aa1da151bb37740ae4cc313bccd656f0d36c1.tar.bz2 gentoo-2-552aa1da151bb37740ae4cc313bccd656f0d36c1.zip |
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/smpeg2/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-libs/smpeg2/ChangeLog b/media-libs/smpeg2/ChangeLog index a93f2c66e0ea..966a7096809a 100644 --- a/media-libs/smpeg2/ChangeLog +++ b/media-libs/smpeg2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/smpeg2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg2/ChangeLog,v 1.3 2014/04/18 21:22:11 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg2/ChangeLog,v 1.4 2014/06/18 19:57:01 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> smpeg2-2.0.0-r2.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. *smpeg2-2.0.0-r2 (18 Apr 2014) @@ -18,4 +22,3 @@ 28 Aug 2013; Julian Ospald <hasufell@gentoo.org> +smpeg2-2.0.0.ebuild, +metadata.xml: initial import wrt #481792 - diff --git a/media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild b/media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild index 9cc912946677..2706357def62 100644 --- a/media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild +++ b/media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild,v 1.1 2014/04/18 21:22:11 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild,v 1.2 2014/06/18 19:57:01 mgorny Exp $ EAPI=5 inherit eutils toolchain-funcs autotools multilib-minimal @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug mmx static-libs" -DEPEND="media-libs/libsdl2[${MULTILIB_USEDEP}]" +DEPEND=">=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]" RDEPEND="${DEPEND}" DOCS=( CHANGES README README.SDL_mixer TODO ) |