commit: 7fae5f6784bbdb938a595ed926530864edaf0ad7 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Thu Dec 21 09:23:41 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Thu Dec 21 09:24:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fae5f67
dev-qt/qtlockedfile: switch from qt4 to qt5 by default Closes: https://bugs.gentoo.org/641516 Package-Manager: Portage-2.3.14, Repoman-2.3.6 dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild index 5e77183204f..1e6876a92da 100644 --- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild +++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz" LICENSE="|| ( LGPL-2.1 GPL-3 )" SLOT="0" KEYWORDS="amd64 arm ~hppa ppc ppc64 x86" -IUSE="doc +qt4 qt5" +IUSE="doc qt4 +qt5" REQUIRED_USE="|| ( qt4 qt5 )"
