diff options
author | 2014-11-20 14:28:30 +0000 | |
---|---|---|
committer | 2014-11-20 14:28:30 +0000 | |
commit | 70e5ed190bfb1e958693e26b40b9241b7fdbcc6a (patch) | |
tree | 54d528dda42a65e8bcf4736275c074822034d88d /sys-apps | |
parent | Add qtquickcontrols dep with USE=qt5, fixes bug #529860. Also make qttest dep... (diff) | |
download | gentoo-2-70e5ed190bfb1e958693e26b40b9241b7fdbcc6a.tar.gz gentoo-2-70e5ed190bfb1e958693e26b40b9241b7fdbcc6a.tar.bz2 gentoo-2-70e5ed190bfb1e958693e26b40b9241b7fdbcc6a.zip |
Stable on alpha, bug 528900
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/dbus/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/dbus/dbus-1.8.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/dbus/ChangeLog b/sys-apps/dbus/ChangeLog index 893e1ec3132c..33607a62814a 100644 --- a/sys-apps/dbus/ChangeLog +++ b/sys-apps/dbus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/dbus # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.456 2014/11/16 21:25:10 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.457 2014/11/20 14:28:30 klausman Exp $ + + 20 Nov 2014; Tobias Klausmann <klausman@gentoo.org> dbus-1.8.10.ebuild: + Stable on alpha, bug 528900 16 Nov 2014; Michał Górny <mgorny@gentoo.org> dbus-1.8.10.ebuild: Fake expat check for configure, bug #529546. Add missing ||die calls. diff --git a/sys-apps/dbus/dbus-1.8.10.ebuild b/sys-apps/dbus/dbus-1.8.10.ebuild index 7da96ed76d84..f2176ef88fdd 100644 --- a/sys-apps/dbus/dbus-1.8.10.ebuild +++ b/sys-apps/dbus/dbus-1.8.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.10.ebuild,v 1.6 2014/11/16 21:25:10 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.10.ebuild,v 1.7 2014/11/20 14:28:30 klausman Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -12,7 +12,7 @@ SRC_URI="http://dbus.freedesktop.org/releases/dbus/${P}.tar.gz" LICENSE="|| ( AFL-2.1 GPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="debug doc selinux static-libs systemd test X" CDEPEND=">=dev-libs/expat-2 |