diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-02-10 13:29:04 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-02-10 13:29:04 +0000 |
commit | 74bb9734300777cc6fba2cde618c4ac4f12eaf9a (patch) | |
tree | c3303d2e1bb8159a4a7b293524d702da7ccd9bc2 /x11-libs | |
parent | ppc needs deps first before stable (Manifest recommit) (diff) | |
download | gentoo-2-74bb9734300777cc6fba2cde618c4ac4f12eaf9a.tar.gz gentoo-2-74bb9734300777cc6fba2cde618c4ac4f12eaf9a.tar.bz2 gentoo-2-74bb9734300777cc6fba2cde618c4ac4f12eaf9a.zip |
Add ipv6 to IUSE, and add a warning about kde plugin incompatibility
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.3.0.ebuild | 13 |
2 files changed, 15 insertions, 3 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog index d05d4146fef3..d62ecb809e54 100644 --- a/x11-libs/qt/ChangeLog +++ b/x11-libs/qt/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for x11-libs/qt # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.115 2004/02/10 05:36:26 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.116 2004/02/10 13:29:04 caleb Exp $ 10 Feb 2004; Lars Weiler <pylon@gentoo.org> qt-3.2.3-r1.ebuild: Stable on ppc @@ -8,6 +8,9 @@ 09 Feb 2004; Aron Griffis <agriffis@gentoo.org> qt-3.3.0.ebuild: add ~alpha now that firebird is use.masked for alpha + 10 Feb 2004; Caleb Tennis <caleb@gentoo.org> qt-3.3.0.ebuild: + Add a warning about KDE plugins, and put ipv6 in the IUSE + 09 Feb 2004; Caleb Tennis <caleb@gentoo.org> qt-3.3.0.ebuild: Recommit the .la file diff --git a/x11-libs/qt/qt-3.3.0.ebuild b/x11-libs/qt/qt-3.3.0.ebuild index 8d0eb6428269..9e526837ece7 100644 --- a/x11-libs/qt/qt-3.3.0.ebuild +++ b/x11-libs/qt/qt-3.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.0.ebuild,v 1.7 2004/02/10 03:28:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.0.ebuild,v 1.8 2004/02/10 13:29:04 caleb Exp $ SRCTYPE="free" DESCRIPTION="QT version ${PV}" @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-${SRCTYPE}-${PV}.tar.bz2" LICENSE="QPL-1.0 | GPL-2" SLOT="3" KEYWORDS="~x86 ~alpha" -IUSE="cups nas postgres opengl mysql odbc gif doc firebird zlib icc sqlite" +IUSE="cups nas postgres opengl mysql odbc gif doc firebird zlib icc sqlite ipv6" DEPEND="virtual/x11 virtual/xft media-libs/libpng media-libs/jpeg media-libs/libmng @@ -162,3 +162,12 @@ src_install() { doins $x done } + +pkg_postinst() +{ + einfo + einfo "If you upgraded from Qt 3.2 or less, your KDE plugins may now not work." + einfo "A re-emerge of kdebase (and kdeartwork/kdeaddons if you have them)" + einfo "should fix the problem." + einfo +} |