Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mgorny:master commit in: x11-misc/sw-notify-send/
Date: Mon, 29 Aug 2011 22:14:33
Message-Id: 3f6945fda2020351b8b50a1695fea96e5af553bd.mgorny@gentoo
1 commit: 3f6945fda2020351b8b50a1695fea96e5af553bd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 22:14:23 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 22:14:23 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=3f6945fd
7
8 x11-misc/sw-notify-send: Be less strict on lib dep -- use ~.
9
10 (Portage version: 2.2.0_alpha51_p49/git/Linux x86_64, signed Manifest commit with key 42B9401D)
11
12 ---
13 x11-misc/sw-notify-send/Manifest | 12 ++++++------
14 x11-misc/sw-notify-send/sw-notify-send-9999.ebuild | 2 +-
15 2 files changed, 7 insertions(+), 7 deletions(-)
16
17 diff --git a/x11-misc/sw-notify-send/Manifest b/x11-misc/sw-notify-send/Manifest
18 index 1d484ae..a578531 100644
19 --- a/x11-misc/sw-notify-send/Manifest
20 +++ b/x11-misc/sw-notify-send/Manifest
21 @@ -1,14 +1,14 @@
22 -----BEGIN PGP SIGNED MESSAGE-----
23 Hash: SHA256
24
25 -EBUILD sw-notify-send-9999.ebuild 1049 RMD160 d8ac6e071388f10d1d720f22c6086ab8532e66e0 SHA1 8e83deee1617789f68072e0444ca755566829db8 SHA256 c99df92beb2ae2b73eeca428dc0dcd613851b83eef5b9349a7b4b12ab9f3d131
26 +EBUILD sw-notify-send-9999.ebuild 1049 RMD160 89940c10394d3f216649ab73393405098418b79e SHA1 8cbb7629a92d342d87983506e5fa6b337f3a4113 SHA256 19b2175b3028bc5c1d1ea58ffe969d2dbbf16d3d37081e213239a35bb779d9bb
27 MISC metadata.xml 545 RMD160 7c294594b06340127479bec6e94d070d3ea41870 SHA1 8cf4578ce17232ed85bd65dd8d7808c1164571b1 SHA256 8b88607ce4c50a61019d92f617922636e15a293fe9489279a844b1099b447f4a
28 -----BEGIN PGP SIGNATURE-----
29 Version: GnuPG v2.0.18 (GNU/Linux)
30
31 -iJwEAQEIAAYFAk5bv6EACgkQfXuS5UK5QB14VQQAscE2eLVsB96SuI43MTK9HA1a
32 -CBif/SB4BDVST/Vd1fkp9ZbPg5kf6OrM9jdue1uvjZT0s2+P8tsItX/2yatH+8C2
33 -2K0aIXP9nkyhzSwscGbpHXWnIG3TgvxyCPafAoP9VaaYsShEaoH0ke3fp2gokYbl
34 -EKebLjfvsRMCUAQj7SI=
35 -=QHdS
36 +iJwEAQEIAAYFAk5cDz8ACgkQfXuS5UK5QB3AlgP/V7W0uCR45cImxnizXt1hMZX2
37 +wyyvOvGHuSOYBdJuu4UfRA+b/eeetMHMMJ0Kedv12OsleXUwpaHpZWHa9gZuN9Vo
38 +ugaTl5mr+KU0vquozoCEUDYSoKYZi5LepLjNcPqpjua9Z6eB88qW7sdwoAYIHb9k
39 +BZY/SUeZ+236JbH3nqs=
40 +=/RaY
41 -----END PGP SIGNATURE-----
42
43 diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
44 index 98f7e67..cf7f1b8 100644
45 --- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
46 +++ b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
47 @@ -24,7 +24,7 @@ KEYWORDS="~amd64 ~x86"
48 IUSE=""
49
50 RDEPEND="x11-libs/libtinynotify
51 - =x11-libs/libtinynotify-cli-${PV}
52 + ~x11-libs/libtinynotify-cli-${PV}
53 x11-libs/libtinynotify-systemwide"
54 DEPEND="${RDEPEND}
55 dev-util/pkgconfig"