diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-01-06 18:36:06 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-01-06 18:36:06 +0000 |
commit | c57f6a1b30ed04c224d892482191d7bf0f260cef (patch) | |
tree | fc942a540e7f6aba1a8c92756d548c1b36726f50 /net-misc | |
parent | Add missing Qt and KDE slots. (diff) | |
download | gentoo-2-c57f6a1b30ed04c224d892482191d7bf0f260cef.tar.gz gentoo-2-c57f6a1b30ed04c224d892482191d7bf0f260cef.tar.bz2 gentoo-2-c57f6a1b30ed04c224d892482191d7bf0f260cef.zip |
Add missing Qt slots.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/leechcraft-blogique/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/leechcraft-blogique/leechcraft-blogique-0.5.90.ebuild | 8 | ||||
-rw-r--r-- | net-misc/leechcraft-blogique/leechcraft-blogique-9999.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/net-misc/leechcraft-blogique/ChangeLog b/net-misc/leechcraft-blogique/ChangeLog index ee2faf8df331..115476526743 100644 --- a/net-misc/leechcraft-blogique/ChangeLog +++ b/net-misc/leechcraft-blogique/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/leechcraft-blogique -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-blogique/ChangeLog,v 1.2 2012/12/25 16:42:49 maksbotan Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-blogique/ChangeLog,v 1.3 2013/01/06 18:36:06 kensington Exp $ + + 06 Jan 2013; Michael Palimaka <kensington@gentoo.org> + leechcraft-blogique-0.5.90.ebuild, leechcraft-blogique-9999.ebuild: + Add missing Qt slots. *leechcraft-blogique-0.5.90 (25 Dec 2012) diff --git a/net-misc/leechcraft-blogique/leechcraft-blogique-0.5.90.ebuild b/net-misc/leechcraft-blogique/leechcraft-blogique-0.5.90.ebuild index 9d7cc03e9c65..9009a780d486 100644 --- a/net-misc/leechcraft-blogique/leechcraft-blogique-0.5.90.ebuild +++ b/net-misc/leechcraft-blogique/leechcraft-blogique-0.5.90.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-blogique/leechcraft-blogique-0.5.90.ebuild,v 1.1 2012/12/25 16:42:49 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-blogique/leechcraft-blogique-0.5.90.ebuild,v 1.2 2013/01/06 18:36:06 kensington Exp $ EAPI="4" @@ -13,8 +13,8 @@ KEYWORDS="~amd64 ~x86" IUSE="debug +metida" DEPEND="~net-misc/leechcraft-core-${PV} - x11-libs/qt-sql[sqlite] - metida? ( x11-libs/qt-xmlpatterns ) + x11-libs/qt-sql:4[sqlite] + metida? ( x11-libs/qt-xmlpatterns:4 ) " RDEPEND="${DEPEND} virtual/leechcraft-wysiwyg-editor diff --git a/net-misc/leechcraft-blogique/leechcraft-blogique-9999.ebuild b/net-misc/leechcraft-blogique/leechcraft-blogique-9999.ebuild index bd9bd64f3ca1..152e8d7305b6 100644 --- a/net-misc/leechcraft-blogique/leechcraft-blogique-9999.ebuild +++ b/net-misc/leechcraft-blogique/leechcraft-blogique-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-blogique/leechcraft-blogique-9999.ebuild,v 1.1 2012/12/22 15:47:39 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-blogique/leechcraft-blogique-9999.ebuild,v 1.2 2013/01/06 18:36:06 kensington Exp $ EAPI="4" @@ -13,8 +13,8 @@ KEYWORDS="" IUSE="debug +metida" DEPEND="~net-misc/leechcraft-core-${PV} - x11-libs/qt-sql[sqlite] - metida? ( x11-libs/qt-xmlpatterns ) + x11-libs/qt-sql:4[sqlite] + metida? ( x11-libs/qt-xmlpatterns:4 ) " RDEPEND="${DEPEND} virtual/leechcraft-wysiwyg-editor |