diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-11-27 13:40:08 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-11-27 13:40:08 +0000 |
commit | d38b4147eea00cba22cdecb2b0db56efd181331a (patch) | |
tree | 0c3aa1be9bb6c4f8549e8076c47ba159d1e3f6ed /app-editors | |
parent | Add ~amd64 (diff) | |
download | gentoo-2-d38b4147eea00cba22cdecb2b0db56efd181331a.tar.gz gentoo-2-d38b4147eea00cba22cdecb2b0db56efd181331a.tar.bz2 gentoo-2-d38b4147eea00cba22cdecb2b0db56efd181331a.zip |
QA: Add slots to all of Qt dependencies. Thanks to Nikoli for discovering this issue
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/fb2edit/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/fb2edit/fb2edit-0.0.7.ebuild | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/app-editors/fb2edit/ChangeLog b/app-editors/fb2edit/ChangeLog index 1fb7b019989d..1465b5b50b19 100644 --- a/app-editors/fb2edit/ChangeLog +++ b/app-editors/fb2edit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/fb2edit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/fb2edit/ChangeLog,v 1.1 2012/11/02 16:58:01 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/fb2edit/ChangeLog,v 1.2 2012/11/27 13:40:08 pinkbyte Exp $ + + 27 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> fb2edit-0.0.7.ebuild: + QA: Add slots to all of Qt dependencies. Thanks to Nikoli for discovering + this issue *fb2edit-0.0.7 (02 Nov 2012) diff --git a/app-editors/fb2edit/fb2edit-0.0.7.ebuild b/app-editors/fb2edit/fb2edit-0.0.7.ebuild index 1686c3f28476..26dfb31930fa 100644 --- a/app-editors/fb2edit/fb2edit-0.0.7.ebuild +++ b/app-editors/fb2edit/fb2edit-0.0.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/app-editors/fb2edit/fb2edit-0.0.7.ebuild,v 1.1 2012/11/02 16:58:01 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/fb2edit/fb2edit-0.0.7.ebuild,v 1.2 2012/11/27 13:40:08 pinkbyte Exp $ EAPI=4 @@ -16,10 +16,10 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-libs/libxml2 - x11-libs/qt-core - x11-libs/qt-gui - x11-libs/qt-webkit - x11-libs/qt-xmlpatterns" + x11-libs/qt-core:4 + x11-libs/qt-gui:4 + x11-libs/qt-webkit:4 + x11-libs/qt-xmlpatterns:4" RDEPEND="${DEPEND} x11-themes/hicolor-icon-theme" |