diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-25 18:05:56 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-25 18:05:56 +0000 |
commit | 0fd652e653eec4c83dcddca461c6a8eda3c28887 (patch) | |
tree | bf8995e6b8dc1b18e3600bfa145cec84a850258c /kde-base/artsplugin-mpeglib | |
parent | Restore keywords as reported by Markus Dittrich. (diff) | |
download | gentoo-2-0fd652e653eec4c83dcddca461c6a8eda3c28887.tar.gz gentoo-2-0fd652e653eec4c83dcddca461c6a8eda3c28887.tar.bz2 gentoo-2-0fd652e653eec4c83dcddca461c6a8eda3c28887.zip |
Fix dependencies.
(Portage version: 2.1.1_pre3-r4)
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.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/artsplugin-mpeglib/ChangeLog b/kde-base/artsplugin-mpeglib/ChangeLog index a09ee05a18d7..4855b8e9182a 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/ChangeLog,v 1.49 2006/07/25 02:35:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/ChangeLog,v 1.50 2006/07/25 18:05:56 flameeyes Exp $ + + 25 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> + artsplugin-mpeglib-3.5.4.ebuild: + Fix dependencies. *artsplugin-mpeglib-3.5.4 (25 Jul 2006) diff --git a/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.4.ebuild b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.4.ebuild index b190237f5637..7bad42041838 100644 --- a/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.4.ebuild +++ b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.4.ebuild,v 1.1 2006/07/25 02:35:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.4.ebuild,v 1.2 2006/07/25 18:05:56 flameeyes Exp $ ARTS_REQUIRED="yes" KMNAME=kdemultimedia @@ -12,7 +12,7 @@ inherit kde-meta eutils DESCRIPTION="mpeglib plugin for arts" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" -DEPEND="$(deprange 3.5.3 $MAXKDEVER kde-base/mpeglib)" +DEPEND="$(deprange 3.5.1 $MAXKDEVER kde-base/mpeglib)" KMCOPYLIB="libmpeg mpeglib/lib/" KMEXTRACTONLY="mpeglib/" |