diff options
author | 2012-08-03 17:00:58 +0000 | |
---|---|---|
committer | 2012-08-03 17:00:58 +0000 | |
commit | 9fc30fbedcc5e8782ac2387b09bab17e8a7e5172 (patch) | |
tree | b118f2a724cf7f82496052f0cdca80756e9272d1 /dev-libs/uriparser | |
parent | Add missing slot dependencies on Qt. (diff) | |
download | gentoo-2-9fc30fbedcc5e8782ac2387b09bab17e8a7e5172.tar.gz gentoo-2-9fc30fbedcc5e8782ac2387b09bab17e8a7e5172.tar.bz2 gentoo-2-9fc30fbedcc5e8782ac2387b09bab17e8a7e5172.zip |
Add missing slot dependencies on Qt.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/uriparser')
-rw-r--r-- | dev-libs/uriparser/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/uriparser/uriparser-0.7.5.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/uriparser/uriparser-0.7.6.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/uriparser/uriparser-0.7.7.ebuild | 4 |
4 files changed, 11 insertions, 8 deletions
diff --git a/dev-libs/uriparser/ChangeLog b/dev-libs/uriparser/ChangeLog index 134073df3c70..c84777e584fd 100644 --- a/dev-libs/uriparser/ChangeLog +++ b/dev-libs/uriparser/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/uriparser # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v 1.37 2012/07/29 18:42:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v 1.38 2012/08/03 17:00:58 kensington Exp $ + + 03 Aug 2012; Michael Palimaka <kensington@gentoo.org> uriparser-0.7.5.ebuild, + uriparser-0.7.6.ebuild, uriparser-0.7.7.ebuild: + Add missing slot dependencies on Qt. 29 Jul 2012; Raúl Porcel <armin76@gentoo.org> uriparser-0.7.5.ebuild, uriparser-0.7.6.ebuild, uriparser-0.7.7.ebuild: @@ -159,4 +163,3 @@ 09 Apr 2007; Robert Buchholz <rbu@gentoo.org> +metadata.xml, +uriparser-0.3.3.ebuild: Initial ebuild, needed for >media-libs/libspiff-0.6.1 - diff --git a/dev-libs/uriparser/uriparser-0.7.5.ebuild b/dev-libs/uriparser/uriparser-0.7.5.ebuild index f07179d00e63..f6de5d4e0d3c 100644 --- a/dev-libs/uriparser/uriparser-0.7.5.ebuild +++ b/dev-libs/uriparser/uriparser-0.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.5.ebuild,v 1.11 2012/07/29 18:42:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.5.ebuild,v 1.12 2012/08/03 17:00:58 kensington Exp $ EAPI=2 @@ -18,7 +18,7 @@ IUSE="doc qt4 test" RDEPEND="" DEPEND="virtual/pkgconfig doc? ( >=app-doc/doxygen-1.5.8 - qt4? ( x11-libs/qt-assistant ) ) + qt4? ( x11-libs/qt-assistant:4 ) ) test? ( dev-util/cpptest )" src_prepare() { diff --git a/dev-libs/uriparser/uriparser-0.7.6.ebuild b/dev-libs/uriparser/uriparser-0.7.6.ebuild index 1e8871525b5f..edb79d1d6c80 100644 --- a/dev-libs/uriparser/uriparser-0.7.6.ebuild +++ b/dev-libs/uriparser/uriparser-0.7.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.6.ebuild,v 1.3 2012/07/29 18:42:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.6.ebuild,v 1.4 2012/08/03 17:00:58 kensington Exp $ EAPI=4 @@ -18,7 +18,7 @@ IUSE="doc qt4 test unicode" RDEPEND="" DEPEND="virtual/pkgconfig doc? ( >=app-doc/doxygen-1.5.8 - qt4? ( x11-libs/qt-assistant ) ) + qt4? ( x11-libs/qt-assistant:4 ) ) test? ( >=dev-util/cpptest-1.1.1 )" REQUIRED_USE="test? ( unicode )" diff --git a/dev-libs/uriparser/uriparser-0.7.7.ebuild b/dev-libs/uriparser/uriparser-0.7.7.ebuild index 0f8e2e826556..c3b18758df86 100644 --- a/dev-libs/uriparser/uriparser-0.7.7.ebuild +++ b/dev-libs/uriparser/uriparser-0.7.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.7.ebuild,v 1.6 2012/07/29 18:42:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.7.ebuild,v 1.7 2012/08/03 17:00:58 kensington Exp $ EAPI=4 @@ -18,7 +18,7 @@ IUSE="doc qt4 test unicode" RDEPEND="" DEPEND="virtual/pkgconfig doc? ( >=app-doc/doxygen-1.5.8 - qt4? ( x11-libs/qt-assistant ) ) + qt4? ( x11-libs/qt-assistant:4 ) ) test? ( >=dev-util/cpptest-1.1.1 )" REQUIRED_USE="test? ( unicode )" |