diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-02 00:36:59 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-02 00:36:59 +0000 |
commit | 72fd97e7e1fa5bd0f220a20edd352914c3236d13 (patch) | |
tree | abd0d43f56c423f3114960d19300dbfb92883ac2 /kde-base/artsplugin-mpeglib | |
parent | Fix patch naming. (diff) | |
download | gentoo-2-72fd97e7e1fa5bd0f220a20edd352914c3236d13.tar.gz gentoo-2-72fd97e7e1fa5bd0f220a20edd352914c3236d13.tar.bz2 gentoo-2-72fd97e7e1fa5bd0f220a20edd352914c3236d13.zip |
Fix patch naming.
(Portage version: 2.1_rc3-r3)
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.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/artsplugin-mpeglib/ChangeLog b/kde-base/artsplugin-mpeglib/ChangeLog index 9a0511dca50e..a0f23896846b 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.46 2006/06/01 16:25:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/ChangeLog,v 1.47 2006/06/02 00:36:59 flameeyes Exp $ + + 02 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> + artsplugin-mpeglib-3.5.3.ebuild: + Fix patch naming. *artsplugin-mpeglib-3.5.3 (01 Jun 2006) diff --git a/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.3.ebuild b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.3.ebuild index 101e3b8809c7..3f4a11aab8ca 100644 --- a/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.3.ebuild +++ b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.3.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.3.ebuild,v 1.1 2006/06/01 16:25:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.3.ebuild,v 1.2 2006/06/02 00:36:59 flameeyes Exp $ ARTS_REQUIRED="yes" KMNAME=kdemultimedia @@ -17,4 +17,4 @@ DEPEND="$(deprange 3.5.1 $MAXKDEVER kde-base/mpeglib)" KMCOPYLIB="libmpeg mpeglib/lib/" KMEXTRACTONLY="mpeglib/" -PATCHES="${FILESDIR}/${P}-libarts.patch" +PATCHES="${FILESDIR}/${PN}-3.5.2-libarts.patch" |