diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2011-09-09 20:29:27 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2011-09-09 20:29:27 +0000 |
commit | dd8f75df4c75fe7c1fdc8f2767c16b944cc0311a (patch) | |
tree | e9ded008f3b1af6f3b16fb85051a6ebf28cf8552 /net-news | |
parent | version bump (diff) | |
download | gentoo-2-dd8f75df4c75fe7c1fdc8f2767c16b944cc0311a.tar.gz gentoo-2-dd8f75df4c75fe7c1fdc8f2767c16b944cc0311a.tar.bz2 gentoo-2-dd8f75df4c75fe7c1fdc8f2767c16b944cc0311a.zip |
Dropping libnotify <= 0.7.3 check on configure.ac
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/liferea/ChangeLog | 6 | ||||
-rw-r--r-- | net-news/liferea/files/liferea-1.6.6b-libnotify-0.7.patch | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-news/liferea/ChangeLog b/net-news/liferea/ChangeLog index 8e65565e9ccf..5a7c8ddceb9f 100644 --- a/net-news/liferea/ChangeLog +++ b/net-news/liferea/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-news/liferea # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/liferea/ChangeLog,v 1.209 2011/08/27 16:32:39 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/liferea/ChangeLog,v 1.210 2011/09/09 20:29:27 vostorga Exp $ + + 09 Sep 2011; Víctor Ostorga <vostorga@gentoo.org> + files/liferea-1.6.6b-libnotify-0.7.patch: + Dropping libnotify <= 0.7.3 check on configure.ac 28 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org> liferea-1.7.6.ebuild: Trailing whitespace fix. diff --git a/net-news/liferea/files/liferea-1.6.6b-libnotify-0.7.patch b/net-news/liferea/files/liferea-1.6.6b-libnotify-0.7.patch index 5d08f07f5b85..2cce165ec29d 100644 --- a/net-news/liferea/files/liferea-1.6.6b-libnotify-0.7.patch +++ b/net-news/liferea/files/liferea-1.6.6b-libnotify-0.7.patch @@ -8,7 +8,7 @@ diff -NrU5 liferea-1.6.6b.original/configure.ac liferea-1.6.6b/configure.ac if test "x$enable_libnotify" = "xyes"; then - PKG_CHECK_MODULES([LIBNOTIFY], [libnotify >= 0.3.2, libnotify <= 0.5],enable_libnotify=yes,enable_libnotify=no) -+ PKG_CHECK_MODULES([LIBNOTIFY], [libnotify >= 0.3.2, libnotify <= 0.7.3],enable_libnotify=yes,enable_libnotify=no) ++ PKG_CHECK_MODULES([LIBNOTIFY], [libnotify >= 0.3.2],enable_libnotify=yes,enable_libnotify=no) AC_SUBST(LIBNOTIFY_CFLAGS) AC_SUBST(LIBNOTIFY_LIBS) else |