diff options
author | Dominik Kapusta <ayoy@gentoo.org> | 2009-10-06 19:08:40 +0000 |
---|---|---|
committer | Dominik Kapusta <ayoy@gentoo.org> | 2009-10-06 19:08:40 +0000 |
commit | 32766a897c238f99afbd64f74f5e2fd783183e29 (patch) | |
tree | 9e109e23abefd2b3067e003247167e85e0fc0ffa /x11-libs | |
parent | Version bump KDE 4.3.2 (diff) | |
download | gentoo-2-32766a897c238f99afbd64f74f5e2fd783183e29.tar.gz gentoo-2-32766a897c238f99afbd64f74f5e2fd783183e29.tar.bz2 gentoo-2-32766a897c238f99afbd64f74f5e2fd783183e29.zip |
Removed obsolete (and unneeded) QT4_BUILT_WITH_USE_CHECK
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libqxt/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libqxt/libqxt-0.2.5-r1.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/x11-libs/libqxt/ChangeLog b/x11-libs/libqxt/ChangeLog index 92b6cf813cd9..ed6d75ff30e6 100644 --- a/x11-libs/libqxt/ChangeLog +++ b/x11-libs/libqxt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libqxt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/ChangeLog,v 1.10 2009/10/06 17:54:59 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/ChangeLog,v 1.11 2009/10/06 19:08:40 ayoy Exp $ + + 06 Oct 2009; Dominik Kapusta <ayoy@gentoo.org> libqxt-0.2.5-r1.ebuild: + Removed obsolete (and unneeded) QT4_BUILT_WITH_USE_CHECK 06 Oct 2009; Dominik Kapusta <ayoy@gentoo.org> libqxt-0.2.5-r1.ebuild, libqxt-0.4-r1.ebuild: diff --git a/x11-libs/libqxt/libqxt-0.2.5-r1.ebuild b/x11-libs/libqxt/libqxt-0.2.5-r1.ebuild index e75c072ef82f..a3bc194a95f4 100644 --- a/x11-libs/libqxt/libqxt-0.2.5-r1.ebuild +++ b/x11-libs/libqxt/libqxt-0.2.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/libqxt-0.2.5-r1.ebuild,v 1.2 2009/10/06 17:54:59 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/libqxt-0.2.5-r1.ebuild,v 1.3 2009/10/06 19:08:40 ayoy Exp $ EAPI="1" inherit eutils qt4 @@ -22,8 +22,6 @@ DEPEND="x11-libs/qt-gui:4 fastcgi? ( >=dev-libs/fcgi-2.4 )" RDEPEND="${DEPEND}" -QT4_BUILT_WITH_USE_CHECK="png ssl" - src_compile() { local myconf |