diff options
author | 2010-09-23 21:30:41 +0000 | |
---|---|---|
committer | 2010-09-23 21:30:41 +0000 | |
commit | 066e42d13213d39e6c766464366d67b6344cbe64 (patch) | |
tree | 9a295f32ea93c998e2c409b13a074d48533c0c4d | |
parent | EAPI 3, prefix, other improvements (diff) | |
download | gentoo-2-066e42d13213d39e6c766464366d67b6344cbe64.tar.gz gentoo-2-066e42d13213d39e6c766464366d67b6344cbe64.tar.bz2 gentoo-2-066e42d13213d39e6c766464366d67b6344cbe64.zip |
EAPI 3, prefix, other improvements
(Portage version: 2.2_rc85/cvs/Linux x86_64)
-rw-r--r-- | x11-libs/qt-dbus/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-dbus/qt-dbus-4.7.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/qt-dbus/ChangeLog b/x11-libs/qt-dbus/ChangeLog index 34c0ad26caee..98efd8c097cd 100644 --- a/x11-libs/qt-dbus/ChangeLog +++ b/x11-libs/qt-dbus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-dbus # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.71 2010/09/21 14:42:24 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.72 2010/09/23 21:30:41 wired Exp $ + + 23 Sep 2010; Alex Alexander <wired@gentoo.org> qt-dbus-4.7.0.ebuild: + EAPI 3, prefix, other improvements *qt-dbus-4.7.0 (21 Sep 2010) diff --git a/x11-libs/qt-dbus/qt-dbus-4.7.0.ebuild b/x11-libs/qt-dbus/qt-dbus-4.7.0.ebuild index fea61d06e9a5..43ee76f49027 100644 --- a/x11-libs/qt-dbus/qt-dbus-4.7.0.ebuild +++ b/x11-libs/qt-dbus/qt-dbus-4.7.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.0.ebuild,v 1.1 2010/09/21 14:42:24 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.0.ebuild,v 1.2 2010/09/23 21:30:41 wired Exp $ -EAPI="2" +EAPI="3" inherit qt4-build DESCRIPTION="The DBus module for the Qt toolkit" @@ -10,7 +10,7 @@ SLOT="4" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" -DEPEND="~x11-libs/qt-core-${PV}[debug=] +DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=] >=sys-apps/dbus-1.0.2" RDEPEND="${DEPEND}" |