diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-06-04 18:40:12 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-06-04 18:40:12 +0000 |
commit | c847c3c3c5d6f6245d94525c4c7d27f020f908fb (patch) | |
tree | 6fec666fd8aede762017428fcccb2fb6c438f50f /app-office | |
parent | Removed deprecated policies (diff) | |
download | gentoo-2-c847c3c3c5d6f6245d94525c4c7d27f020f908fb.tar.gz gentoo-2-c847c3c3c5d6f6245d94525c4c7d27f020f908fb.tar.bz2 gentoo-2-c847c3c3c5d6f6245d94525c4c7d27f020f908fb.zip |
Add a note on upstream report for the patch we are applying.
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/planner/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/planner/planner-0.14.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/planner/ChangeLog b/app-office/planner/ChangeLog index 280939cdaf58..395ebee201e6 100644 --- a/app-office/planner/ChangeLog +++ b/app-office/planner/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/planner # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.58 2011/03/16 08:55:24 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.59 2011/06/04 18:40:12 pacho Exp $ + + 04 Jun 2011; Pacho Ramos <pacho@gentoo.org> planner-0.14.4.ebuild: + Add a note on upstream report for the patch we are applying. 16 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> planner-0.14.4.ebuild: Fix slot-deps on gtk+ and other libs diff --git a/app-office/planner/planner-0.14.4.ebuild b/app-office/planner/planner-0.14.4.ebuild index 7ff50aa28dbc..ddc7bd5da0f8 100644 --- a/app-office/planner/planner-0.14.4.ebuild +++ b/app-office/planner/planner-0.14.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.14.4.ebuild,v 1.8 2011/03/16 08:55:24 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.14.4.ebuild,v 1.9 2011/06/04 18:40:12 pacho Exp $ EAPI="1" @@ -52,7 +52,7 @@ pkg_setup() { src_unpack() { gnome2_src_unpack - # Fix compile failure with eds-plugin + # Fix compile failure with eds-plugin, upstream bug #651864 epatch "${FILESDIR}/${PN}-0.14.3-eds-plugin.patch" } |