diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-20 16:15:36 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-20 16:15:36 +0000 |
commit | 207fc7094ca09d54f288a92df0ea8e3ef55e76b6 (patch) | |
tree | 46ce73d36abdf5a1f29ec7a22c2324d9149f0b75 /media-libs/libmustux | |
parent | Added ~amd64 keyword wrt Bug #112414. (diff) | |
download | gentoo-2-207fc7094ca09d54f288a92df0ea8e3ef55e76b6.tar.gz gentoo-2-207fc7094ca09d54f288a92df0ea8e3ef55e76b6.tar.bz2 gentoo-2-207fc7094ca09d54f288a92df0ea8e3ef55e76b6.zip |
Fix typo in the patch for bug #118175.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'media-libs/libmustux')
-rw-r--r-- | media-libs/libmustux/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libmustux/libmustux-0.20.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libmustux/ChangeLog b/media-libs/libmustux/ChangeLog index 262559120873..b0dbb8121c6d 100644 --- a/media-libs/libmustux/ChangeLog +++ b/media-libs/libmustux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libmustux # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmustux/ChangeLog,v 1.26 2006/04/18 17:57:12 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmustux/ChangeLog,v 1.27 2006/04/20 16:15:34 flameeyes Exp $ + + 20 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> + libmustux-0.20.2-r1.ebuild: + Fix typo in the patch for bug #118175. 18 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> +files/libmustux-0.20.2-qualifications.patch, libmustux-0.20.2-r1.ebuild: diff --git a/media-libs/libmustux/libmustux-0.20.2-r1.ebuild b/media-libs/libmustux/libmustux-0.20.2-r1.ebuild index b0cdb27bdcec..8a03587593aa 100644 --- a/media-libs/libmustux/libmustux-0.20.2-r1.ebuild +++ b/media-libs/libmustux/libmustux-0.20.2-r1.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/media-libs/libmustux/libmustux-0.20.2-r1.ebuild,v 1.4 2006/04/18 17:57:13 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmustux/libmustux-0.20.2-r1.ebuild,v 1.5 2006/04/20 16:15:36 flameeyes Exp $ inherit kde-functions autotools libtool multilib @@ -25,7 +25,7 @@ src_unpack() { unpack ${A} cd ${S} - epatch "${FILESDIR}/${P}-qualifications.patches" + epatch "${FILESDIR}/${P}-qualifications.patch" eautoreconf elibtoolize |