diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-04-16 17:25:26 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-04-16 17:25:26 +0000 |
commit | c09345dc9c14794faac2de7d567a65b748eb1324 (patch) | |
tree | dc4e1781e8988c501be46c79c8d0c68cce959e40 /sys-apps/dbus | |
parent | Only warn about DVD menus if gstreamer backend is used; bug #173951 (diff) | |
download | gentoo-2-c09345dc9c14794faac2de7d567a65b748eb1324.tar.gz gentoo-2-c09345dc9c14794faac2de7d567a65b748eb1324.tar.bz2 gentoo-2-c09345dc9c14794faac2de7d567a65b748eb1324.zip |
ia64 stable wrt bug 174807
(Portage version: 2.1.2.4)
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r-- | sys-apps/dbus/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/dbus/dbus-1.0.2-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/dbus/ChangeLog b/sys-apps/dbus/ChangeLog index b357e20b813d..fd4dd4932ed0 100644 --- a/sys-apps/dbus/ChangeLog +++ b/sys-apps/dbus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/dbus # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.192 2007/04/16 16:13:14 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.193 2007/04/16 17:25:26 armin76 Exp $ + + 16 Apr 2007; Raúl Porcel <armin76@gentoo.org> dbus-1.0.2-r2.ebuild: + ia64 stable wrt bug 174807 16 Apr 2007; Doug Goldstein <cardoe@gentoo.org> dbus-1.0.2-r2.ebuild: Change elog as per bug #168262 diff --git a/sys-apps/dbus/dbus-1.0.2-r2.ebuild b/sys-apps/dbus/dbus-1.0.2-r2.ebuild index 7aebe6424a04..fc5a8ffb2424 100644 --- a/sys-apps/dbus/dbus-1.0.2-r2.ebuild +++ b/sys-apps/dbus/dbus-1.0.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.0.2-r2.ebuild,v 1.6 2007/04/16 16:13:14 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.0.2-r2.ebuild,v 1.7 2007/04/16 17:25:26 armin76 Exp $ inherit eutils multilib autotools flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://dbus.freedesktop.org/releases/dbus/${P}.tar.gz" LICENSE="|| ( GPL-2 AFL-2.1 )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="debug doc selinux X" RDEPEND="X? ( x11-libs/libXt x11-libs/libX11 ) |