diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-12-25 15:37:14 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-12-25 15:37:14 +0000 |
commit | 9298926c36dabdc7458cab65adf048c65ecbb15d (patch) | |
tree | 3b46b65e19e4fd2a71d722e737f4d98f50dc14b5 /x11-libs | |
parent | Remove my devspace from SRC_URI (diff) | |
download | gentoo-2-9298926c36dabdc7458cab65adf048c65ecbb15d.tar.gz gentoo-2-9298926c36dabdc7458cab65adf048c65ecbb15d.tar.bz2 gentoo-2-9298926c36dabdc7458cab65adf048c65ecbb15d.zip |
Add prefix support, revbump due to otherwise unresolvable USE deps
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-dbus/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/qt-dbus/qt-dbus-4.6.0-r1.ebuild (renamed from x11-libs/qt-dbus/qt-dbus-4.6.0.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-libs/qt-dbus/ChangeLog b/x11-libs/qt-dbus/ChangeLog index c47ceba954df..2d6bdc904be4 100644 --- a/x11-libs/qt-dbus/ChangeLog +++ b/x11-libs/qt-dbus/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/qt-dbus # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.54 2009/12/03 17:22:44 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.55 2009/12/25 15:37:14 abcd Exp $ + +*qt-dbus-4.6.0-r1 (25 Dec 2009) + + 25 Dec 2009; Jonathan Callen <abcd@gentoo.org> -qt-dbus-4.6.0.ebuild, + +qt-dbus-4.6.0-r1.ebuild: + Add prefix support, revbump due to otherwise unresolvable USE deps 03 Dec 2009; Alex Alexander <wired@gentoo.org> +files/qt-4.6-nolibx11.diff, qt-dbus-4.6.0.ebuild: diff --git a/x11-libs/qt-dbus/qt-dbus-4.6.0.ebuild b/x11-libs/qt-dbus/qt-dbus-4.6.0-r1.ebuild index c950f251e48d..f0997443724e 100644 --- a/x11-libs/qt-dbus/qt-dbus-4.6.0.ebuild +++ b/x11-libs/qt-dbus/qt-dbus-4.6.0-r1.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2009 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.6.0.ebuild,v 1.2 2009/12/03 17:22:44 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.6.0-r1.ebuild,v 1.1 2009/12/25 15:37:14 abcd Exp $ EAPI="2" inherit qt4-build DESCRIPTION="The DBus module for the Qt toolkit" SLOT="4" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~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}" |