diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2013-03-28 21:30:11 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2013-03-28 21:30:11 +0000 |
commit | b51ac6277496757895ee8d30830155fd602b1396 (patch) | |
tree | abcfa048ac62afc3b278217469cf56d1f38ade59 /dev-libs/log4cplus | |
parent | Stable-mask editor flag of kde-base/kalzium (diff) | |
download | gentoo-2-b51ac6277496757895ee8d30830155fd602b1396.tar.gz gentoo-2-b51ac6277496757895ee8d30830155fd602b1396.tar.bz2 gentoo-2-b51ac6277496757895ee8d30830155fd602b1396.zip |
Rename the "qt" flag to "qt4", bug 462216
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)
Diffstat (limited to 'dev-libs/log4cplus')
-rw-r--r-- | dev-libs/log4cplus/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/log4cplus/log4cplus-1.1.0.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/log4cplus/ChangeLog b/dev-libs/log4cplus/ChangeLog index 6f6349675023..9d63c55feb89 100644 --- a/dev-libs/log4cplus/ChangeLog +++ b/dev-libs/log4cplus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/log4cplus # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cplus/ChangeLog,v 1.2 2013/03/02 20:02:40 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cplus/ChangeLog,v 1.3 2013/03/28 21:30:11 idl0r Exp $ + + 28 Mar 2013; Christian Ruppert <idl0r@gentoo.org> log4cplus-1.1.0.ebuild: + Rename the "qt" flag to "qt4", bug 462216 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> log4cplus-1.1.0.ebuild: Move Qt dependencies to the new category diff --git a/dev-libs/log4cplus/log4cplus-1.1.0.ebuild b/dev-libs/log4cplus/log4cplus-1.1.0.ebuild index 63f9b33d3711..08dab8432da7 100644 --- a/dev-libs/log4cplus/log4cplus-1.1.0.ebuild +++ b/dev-libs/log4cplus/log4cplus-1.1.0.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/dev-libs/log4cplus/log4cplus-1.1.0.ebuild,v 1.2 2013/03/02 20:02:40 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cplus/log4cplus-1.1.0.ebuild,v 1.3 2013/03/28 21:30:11 idl0r Exp $ EAPI=5 @@ -11,14 +11,14 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PN}-stable/${PV}/${P}.tar.bz2" LICENSE="|| ( Apache-2.0 BSD-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="iconv test threads working-locale working-c-locale qt" +IUSE="iconv test threads working-locale working-c-locale qt4" REQUIRED_USE="iconv? ( !working-locale !working-c-locale ) working-locale? ( !iconv !working-c-locale ) working-c-locale? ( !iconv !working-locale )" RDEPEND="iconv? ( virtual/libiconv ) - qt? ( dev-qt/qtcore )" + qt4? ( dev-qt/qtcore:4 )" DEPEND="virtual/pkgconfig ${RDEPEND}" @@ -39,7 +39,7 @@ src_configure() { $(use_with iconv) \ $(use_with working-locale) \ $(use_with working-c-locale) \ - $(use_with qt) + $(use_with qt4 qt) } src_test() { |