diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2007-01-18 00:04:36 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2007-01-18 00:04:36 +0000 |
commit | 3fdc52d44a49d34f42d52990767d96aea5447921 (patch) | |
tree | e12db06022c976f8f5b5b43aea54ef2be5cc9c8f /kde-base/artsplugin-mpeglib | |
parent | Fix bug with recent flex versions breaking build for bug #137223. Also patch... (diff) | |
download | gentoo-2-3fdc52d44a49d34f42d52990767d96aea5447921.tar.gz gentoo-2-3fdc52d44a49d34f42d52990767d96aea5447921.tar.bz2 gentoo-2-3fdc52d44a49d34f42d52990767d96aea5447921.zip |
Update minimal needed versions.
(Portage version: 2.1.2)
Diffstat (limited to 'kde-base/artsplugin-mpeglib')
-rw-r--r-- | kde-base/artsplugin-mpeglib/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/artsplugin-mpeglib/ChangeLog b/kde-base/artsplugin-mpeglib/ChangeLog index 95908f43e998..c07d48845598 100644 --- a/kde-base/artsplugin-mpeglib/ChangeLog +++ b/kde-base/artsplugin-mpeglib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/artsplugin-mpeglib # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/ChangeLog,v 1.60 2007/01/16 19:18:33 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/ChangeLog,v 1.61 2007/01/18 00:04:36 carlo Exp $ + + 18 Jan 2007; Carsten Lohrke <carlo@gentoo.org> + artsplugin-mpeglib-3.5.6.ebuild: + Update minimal needed versions. *artsplugin-mpeglib-3.5.6 (16 Jan 2007) diff --git a/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.6.ebuild b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.6.ebuild index b84d814fba37..a6d0852a73aa 100644 --- a/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.6.ebuild +++ b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.6.ebuild,v 1.1 2007/01/16 19:18:33 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.6.ebuild,v 1.2 2007/01/18 00:04:36 carlo Exp $ ARTS_REQUIRED="yes" KMNAME=kdemultimedia @@ -12,7 +12,7 @@ inherit kde-meta eutils DESCRIPTION="mpeglib plugin for arts" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" IUSE="" -DEPEND="$(deprange 3.5.1 $MAXKDEVER kde-base/mpeglib)" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/mpeglib)" KMCOPYLIB="libmpeg mpeglib/lib/" KMEXTRACTONLY="mpeglib/" |