diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-11-12 11:08:16 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-11-12 11:08:16 +0000 |
commit | e20b6bfd7f713cfc09f1d598e07a89cc52da4cce (patch) | |
tree | 519fbf4f8cb8337998dbeb683f395faaf4a5889b /x11-libs/libqxt | |
parent | stable ppc ppc64, bug #441654 (diff) | |
download | gentoo-2-e20b6bfd7f713cfc09f1d598e07a89cc52da4cce.tar.gz gentoo-2-e20b6bfd7f713cfc09f1d598e07a89cc52da4cce.tar.bz2 gentoo-2-e20b6bfd7f713cfc09f1d598e07a89cc52da4cce.zip |
Remove invalid USE flag wrt bug #442694.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'x11-libs/libqxt')
-rw-r--r-- | x11-libs/libqxt/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libqxt/libqxt-0.6.2.ebuild | 11 |
2 files changed, 7 insertions, 10 deletions
diff --git a/x11-libs/libqxt/ChangeLog b/x11-libs/libqxt/ChangeLog index 88259c0ae364..8760dc809eae 100644 --- a/x11-libs/libqxt/ChangeLog +++ b/x11-libs/libqxt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libqxt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/ChangeLog,v 1.21 2012/06/17 23:43:23 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/ChangeLog,v 1.22 2012/11/12 11:08:16 kensington Exp $ + + 12 Nov 2012; Michael Palimaka <kensington@gentoo.org> libqxt-0.6.2.ebuild: + Remove invalid USE flag wrt bug #442694. 17 Jun 2012; Davide Pesavento <pesa@gentoo.org> libqxt-0.6.2.ebuild: x86 stable wrt bug 421119 @@ -111,4 +114,3 @@ 28 Sep 2007; Caleb Tennis <caleb@gentoo.org> +metadata.xml, +libqxt-0.2.4.ebuild: Initial import, from bug #190931 - diff --git a/x11-libs/libqxt/libqxt-0.6.2.ebuild b/x11-libs/libqxt/libqxt-0.6.2.ebuild index d58dc6742415..e27ed849b0fb 100644 --- a/x11-libs/libqxt/libqxt-0.6.2.ebuild +++ b/x11-libs/libqxt/libqxt-0.6.2.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/x11-libs/libqxt/libqxt-0.6.2.ebuild,v 1.3 2012/06/17 23:43:23 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/libqxt-0.6.2.ebuild,v 1.4 2012/11/12 11:08:16 kensington Exp $ EAPI=4 @@ -13,18 +13,14 @@ SRC_URI="http://dev.libqxt.org/libqxt/get/v${PV}.tar.bz2 -> ${P}.tar.bz2" LICENSE="|| ( CPL-1.0 LGPL-2.1 )" SLOT="0" KEYWORDS="amd64 x86" -IUSE="berkdb debug doc sql ssl web xscreensaver zeroconf" +IUSE="berkdb debug doc sql web xscreensaver zeroconf" COMMON_DEPEND=" x11-libs/libXrandr - x11-libs/qt-core:4 + x11-libs/qt-core:4[ssl] x11-libs/qt-gui:4 berkdb? ( >=sys-libs/db-4.6 ) sql? ( x11-libs/qt-sql:4 ) - ssl? ( - >=dev-libs/openssl-0.9.8 - x11-libs/qt-core:4[ssl] - ) zeroconf? ( net-dns/avahi[mdnsresponder-compat] ) " DEPEND="${COMMON_DEPEND} @@ -60,7 +56,6 @@ src_configure() { $(use berkdb || echo -no-db -nomake berkeley) $(use doc || echo -nomake docs) $(use sql || echo -nomake sql) - $(use ssl || echo -no-openssl) $(use web || echo -nomake web) $(use zeroconf || echo -no-zeroconf -nomake zeroconf) ) |