diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-26 16:28:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-26 16:28:15 +0000 |
commit | fdd37668adfb1066fb74f16d160eefaa62997051 (patch) | |
tree | c809c11c0db470ea405a99ce371a8ae241509dd0 /x11-libs/libnotify | |
parent | Revision bump and use xfconf.eclass. (diff) | |
download | historical-fdd37668adfb1066fb74f16d160eefaa62997051.tar.gz historical-fdd37668adfb1066fb74f16d160eefaa62997051.tar.bz2 historical-fdd37668adfb1066fb74f16d160eefaa62997051.zip |
Fix depend
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/libnotify')
-rw-r--r-- | x11-libs/libnotify/Manifest | 12 | ||||
-rw-r--r-- | x11-libs/libnotify/libnotify-0.4.5.ebuild | 4 |
2 files changed, 3 insertions, 13 deletions
diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest index d12871a34d57..2de954a792c1 100644 --- a/x11-libs/libnotify/Manifest +++ b/x11-libs/libnotify/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - DIST libnotify-0.4.5.tar.gz 364142 RMD160 6ddf4feb50504012c5f5fd205123d9f27cb12ef6 SHA1 e0a3be6249978ae2eb18bb77cdd22763271dc904 SHA256 0799db8ea1500b65a477421a8c930cc8c8b0bbc0596e55ea1601e2542f3fb0d9 -EBUILD libnotify-0.4.5.ebuild 933 RMD160 7f46767f9a102c3d7daefc762c6dd5703d720050 SHA1 23a456c37b064ba945897122e706b55214b4feca SHA256 8d5fdbb7c348479533877d81fa9359c7db99c15148e70f86b678de5f9c6cf8ae +EBUILD libnotify-0.4.5.ebuild 939 RMD160 54bf4c5c7159a519aa04d65de06a7e87c0c92a40 SHA1 2b5504b4ad42c5d00e55eca77046d3eb203bb19e SHA256 8d9529f8596f8d928319b0060e9925817ffd256e97c13c9ef5140abc8cd5d585 MISC ChangeLog 6974 RMD160 16e41b7297beb7b88aa40aa6b50f26d5f3aa95ec SHA1 da6e75584e6a05b889525c459b4321421e55dd8d SHA256 b1458cec8e37eeae79e4b531daa4948db27dea7db0d047cc8fd78abd86e35dd1 MISC metadata.xml 165 RMD160 f8f7dd761c5475651b8e04512e4f3dd043c41984 SHA1 47939c027699c5810cd3f25b4698719e9bd183d2 SHA256 dc2ad50713441100082e32ba283e9dd807b8fc46f69a5b9221fb9b89064deb31 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.11 (GNU/Linux) - -iEYEARECAAYFAktQ4G4ACgkQNQqtfCuFneMpdwCfUsK4hsN/ahGVoNScy+dgQiPn -bpYAnjvCrpW9eQCsJzYwxteP/EnvDAzC -=ucO1 ------END PGP SIGNATURE----- diff --git a/x11-libs/libnotify/libnotify-0.4.5.ebuild b/x11-libs/libnotify/libnotify-0.4.5.ebuild index 07224b683cfc..9cccee537118 100644 --- a/x11-libs/libnotify/libnotify-0.4.5.ebuild +++ b/x11-libs/libnotify/libnotify-0.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.13 2010/01/15 21:38:48 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.14 2010/03/26 16:28:15 ssuominen Exp $ EAPI=2 @@ -19,7 +19,7 @@ RDEPEND=">=x11-libs/gtk+-2.6:2 DEPEND="${RDEPEND} dev-util/pkgconfig" PDEPEND="|| ( x11-misc/notification-daemon - x11-misc/xfce4-notifyd )" + xfce-extra/xfce4-notifyd )" src_configure() { econf \ |