diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-05-07 05:42:23 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-05-07 05:42:23 +0000 |
commit | 827fd7f12732f9a5df026c9f4368a41f077ec468 (patch) | |
tree | 2ad75100087a1a596f3499fced74f9a16d864ea0 /app-office/dia | |
parent | Bump (diff) | |
download | gentoo-2-827fd7f12732f9a5df026c9f4368a41f077ec468.tar.gz gentoo-2-827fd7f12732f9a5df026c9f4368a41f077ec468.tar.bz2 gentoo-2-827fd7f12732f9a5df026c9f4368a41f077ec468.zip |
Add bug references (thanks to Gilles for finding them)
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office/dia')
-rw-r--r-- | app-office/dia/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/dia/dia-0.97.3_pre20140417.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/dia/ChangeLog b/app-office/dia/ChangeLog index ef9e3a8e63ed..ae7532f6d70f 100644 --- a/app-office/dia/ChangeLog +++ b/app-office/dia/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/dia # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.167 2014/05/04 12:09:27 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.168 2014/05/07 05:42:23 pacho Exp $ + + 07 May 2014; Pacho Ramos <pacho@gentoo.org> dia-0.97.3_pre20140417.ebuild: + Add bug references (thanks to Gilles for finding them) 04 May 2014; Pacho Ramos <pacho@gentoo.org> dia-0.97.3_pre20140417.ebuild: x86 stable, bug 508862 diff --git a/app-office/dia/dia-0.97.3_pre20140417.ebuild b/app-office/dia/dia-0.97.3_pre20140417.ebuild index 821326886740..0500a6950f96 100644 --- a/app-office/dia/dia-0.97.3_pre20140417.ebuild +++ b/app-office/dia/dia-0.97.3_pre20140417.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.97.3_pre20140417.ebuild,v 1.4 2014/05/04 12:09:27 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.97.3_pre20140417.ebuild,v 1.5 2014/05/07 05:42:23 pacho Exp $ EAPI=5 GCONF_DEBUG=yes @@ -53,7 +53,7 @@ pkg_setup() { src_prepare() { DOCS="AUTHORS ChangeLog KNOWN_BUGS MAINTAINERS NEWS README RELEASE-PROCESS THANKS TODO" - epatch "${FILESDIR}"/${PN}-0.97.0-gnome-doc.patch #159831 , upstream #???? + epatch "${FILESDIR}"/${PN}-0.97.0-gnome-doc.patch #159381 , upstream #470812 #558690 epatch "${FILESDIR}"/${PN}-0.97.2-underlinking.patch #420685 if use python; then |