diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2013-05-27 23:18:21 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2013-05-27 23:18:21 +0000 |
commit | c542a9b1cade28d8fa18f9b1fb915a7a89428604 (patch) | |
tree | 4a39a36799d79092b099e44d58edfcbcbed93477 /media-libs/SoQt | |
parent | Workaround parallel docs make/install, bug 471472. (diff) | |
download | gentoo-2-c542a9b1cade28d8fa18f9b1fb915a7a89428604.tar.gz gentoo-2-c542a9b1cade28d8fa18f9b1fb915a7a89428604.tar.bz2 gentoo-2-c542a9b1cade28d8fa18f9b1fb915a7a89428604.zip |
Do not use relative paths in patch, bug 471208.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key B1E955DB)
Diffstat (limited to 'media-libs/SoQt')
-rw-r--r-- | media-libs/SoQt/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/SoQt/SoQt-1.5.0-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/SoQt/files/SoQt-1.5.0-pkgconfig-partial.patch | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/media-libs/SoQt/ChangeLog b/media-libs/SoQt/ChangeLog index b63cb686c12e..5c4395cabefe 100644 --- a/media-libs/SoQt/ChangeLog +++ b/media-libs/SoQt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/SoQt # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/ChangeLog,v 1.35 2013/03/03 00:57:29 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/ChangeLog,v 1.36 2013/05/27 23:18:21 reavertm Exp $ + + 27 May 2013; Maciej Mrozowski <reavertm@gentoo.org> SoQt-1.5.0-r1.ebuild, + files/SoQt-1.5.0-pkgconfig-partial.patch: + Do not use relative paths in patch, bug 471208. 03 Mar 2013; Markos Chandras <hwoarang@gentoo.org> SoQt-1.5.0-r1.ebuild: Move Qt dependencies to the new category diff --git a/media-libs/SoQt/SoQt-1.5.0-r1.ebuild b/media-libs/SoQt/SoQt-1.5.0-r1.ebuild index d338b31692ca..57d4c404e3c4 100644 --- a/media-libs/SoQt/SoQt-1.5.0-r1.ebuild +++ b/media-libs/SoQt/SoQt-1.5.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-1.5.0-r1.ebuild,v 1.6 2013/03/03 00:57:29 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-1.5.0-r1.ebuild,v 1.7 2013/05/27 23:18:21 reavertm Exp $ EAPI=5 @@ -46,7 +46,7 @@ src_configure() { $(use_enable debug) $(use_enable debug symbols) $(use_enable doc html) - ) + ) autotools-utils_src_configure } diff --git a/media-libs/SoQt/files/SoQt-1.5.0-pkgconfig-partial.patch b/media-libs/SoQt/files/SoQt-1.5.0-pkgconfig-partial.patch index 1fae9fe8c8ab..ff55a03aed4b 100644 --- a/media-libs/SoQt/files/SoQt-1.5.0-pkgconfig-partial.patch +++ b/media-libs/SoQt/files/SoQt-1.5.0-pkgconfig-partial.patch @@ -1,6 +1,6 @@ -diff -ru ../SoQt-1.5.0/SoQt.pc.in ./SoQt.pc.in ---- ../SoQt-1.5.0/SoQt.pc.in 2010-03-02 23:57:41.000000000 +0100 -+++ ./SoQt.pc.in 2010-06-29 08:36:14.288413544 +0200 +diff -ruN SoQt-1.5.0/SoQt.pc.in my/SoQt.pc.in +--- SoQt-1.5.0/SoQt.pc.in 2010-03-02 23:57:41.000000000 +0100 ++++ my/SoQt.pc.in 2013-05-28 01:14:13.083619183 +0200 @@ -10,7 +10,8 @@ Version: @SOQT_VERSION@ Requires: Coin |