diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-06-02 17:56:49 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-06-02 17:56:49 +0000 |
commit | 565e3e75f0d1d78c51c33460d199080acca9fd50 (patch) | |
tree | 295ed52480c260b2d9986af8e8dbaa93feda2941 /x11-misc/notification-daemon/files | |
parent | Fix SRC_URI to point to our mirrors, bug 512132. (diff) | |
download | gentoo-2-565e3e75f0d1d78c51c33460d199080acca9fd50.tar.gz gentoo-2-565e3e75f0d1d78c51c33460d199080acca9fd50.tar.bz2 gentoo-2-565e3e75f0d1d78c51c33460d199080acca9fd50.zip |
Fix underlinking wrt #468522 by Ted Tanberry. Pull gnome-base/gnome-common for eautoreconf. Fix ebuild coding style, like deprecated G2CONF.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-misc/notification-daemon/files')
-rw-r--r-- | x11-misc/notification-daemon/files/notification-daemon-0.5.0-underlinking.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-misc/notification-daemon/files/notification-daemon-0.5.0-underlinking.patch b/x11-misc/notification-daemon/files/notification-daemon-0.5.0-underlinking.patch new file mode 100644 index 000000000000..306ffd9cf991 --- /dev/null +++ b/x11-misc/notification-daemon/files/notification-daemon-0.5.0-underlinking.patch @@ -0,0 +1,12 @@ +http://bugs.gentoo.org/468522 + +--- configure.ac ++++ configure.ac +@@ -98,6 +98,7 @@ + dbus-1 >= $REQ_DBUS_VERSION, \ + dbus-glib-1 >= $REQ_DBUS_VERSION, \ + libcanberra-gtk >= $REQ_LIBCANBERRA_GTK_VERSION, \ ++ gmodule-2.0, \ + gconf-2.0, \ + libwnck-1.0 \ + x11 \ |