diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2013-05-13 04:46:01 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2013-05-13 04:46:01 +0000 |
commit | 7d7939abb57494198c4852e6894601089b72b104 (patch) | |
tree | 1761d1aa69a63738738b8c67649cf5e046dcea9e /mail-client | |
parent | update status re envisagecore (diff) | |
download | gentoo-2-7d7939abb57494198c4852e6894601089b72b104.tar.gz gentoo-2-7d7939abb57494198c4852e6894601089b72b104.tar.bz2 gentoo-2-7d7939abb57494198c4852e6894601089b72b104.zip |
move libnotify usage over to notification, forgotten in last commit
(Portage version: 2.1.11.62/cvs/Linux i686, RepoMan options: --force, signed Manifest commit with key 2B859DE3)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/claws-mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/claws-mail/claws-mail-3.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/claws-mail/ChangeLog b/mail-client/claws-mail/ChangeLog index 3570c467ce6a..a51a710a35f7 100644 --- a/mail-client/claws-mail/ChangeLog +++ b/mail-client/claws-mail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/claws-mail # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.234 2013/05/12 19:50:46 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.235 2013/05/13 04:46:01 fauli Exp $ + + 13 May 2013; Christian Faulhammer <fauli@gentoo.org> claws-mail-3.9.1.ebuild: + move libnotify usage over to notification, forgotten in last commit 12 May 2013; Christian Faulhammer <fauli@gentoo.org> claws-mail-3.9.1.ebuild, metadata.xml: diff --git a/mail-client/claws-mail/claws-mail-3.9.1.ebuild b/mail-client/claws-mail/claws-mail-3.9.1.ebuild index 19ea8338e10b..e6e7049eb369 100644 --- a/mail-client/claws-mail/claws-mail-3.9.1.ebuild +++ b/mail-client/claws-mail/claws-mail-3.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v 1.7 2013/05/12 19:50:46 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v 1.8 2013/05/13 04:46:01 fauli Exp $ EAPI="5" PYTHON_COMPAT=( python2_{5,6,7} ) @@ -120,7 +120,7 @@ src_configure() { $(use_enable calendar vcalendar-plugin) $(use_enable clamav clamd-plugin) $(use_enable gdata gdata-plugin) - $(use_enable libnotify notification-plugin) + $(use_enable notification notification-plugin) $(use_enable pdf pdf_viewer-plugin) $(use_enable perl perl-plugin) $(use_enable pgp pgpmime-plugin) |