diff options
author | 2010-01-19 17:15:30 +0000 | |
---|---|---|
committer | 2010-01-19 17:15:30 +0000 | |
commit | d50fe3f64a2343a6a95f3a544920bd1ccef67153 (patch) | |
tree | e8e80f98e52778a4f6aaab76f0ce9fb423d71f25 /x11-libs/qt-assistant | |
parent | Stable for HPPA (bug #281956). (diff) | |
download | gentoo-2-d50fe3f64a2343a6a95f3a544920bd1ccef67153.tar.gz gentoo-2-d50fe3f64a2343a6a95f3a544920bd1ccef67153.tar.bz2 gentoo-2-d50fe3f64a2343a6a95f3a544920bd1ccef67153.zip |
Fix patch filename
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-assistant')
-rw-r--r-- | x11-libs/qt-assistant/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-assistant/qt-assistant-4.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-assistant/ChangeLog b/x11-libs/qt-assistant/ChangeLog index b10576a42862..10f11cde9211 100644 --- a/x11-libs/qt-assistant/ChangeLog +++ b/x11-libs/qt-assistant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-assistant # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.66 2010/01/19 14:47:51 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.67 2010/01/19 17:15:30 yngwin Exp $ + + 19 Jan 2010; Ben de Groot <yngwin@gentoo.org> qt-assistant-4.6.1.ebuild: + Fix patch filename *qt-assistant-4.6.1 (19 Jan 2010) diff --git a/x11-libs/qt-assistant/qt-assistant-4.6.1.ebuild b/x11-libs/qt-assistant/qt-assistant-4.6.1.ebuild index 85d8ee235888..37c4a2b884a8 100644 --- a/x11-libs/qt-assistant/qt-assistant-4.6.1.ebuild +++ b/x11-libs/qt-assistant/qt-assistant-4.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.6.1.ebuild,v 1.1 2010/01/19 14:47:51 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.6.1.ebuild,v 1.2 2010/01/19 17:15:30 yngwin Exp $ EAPI="2" inherit qt4-build @@ -15,7 +15,7 @@ DEPEND="~x11-libs/qt-gui-${PV}[aqua=] ~x11-libs/qt-webkit-${PV}[aqua=]" RDEPEND="${DEPEND}" -PATCHES=( "${FILESDIR}/${P}_rc1-tools.patch" ) +PATCHES=( "${FILESDIR}/${PN}-4.6.0_rc1-tools.patch" ) # Pixeltool isn't really assistant related, but it relies on # the assistant libraries. doc/qch/ |