diff options
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/stardict/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/stardict/stardict-3.0.4.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/stardict/ChangeLog b/app-text/stardict/ChangeLog index 5808ae8bbe34..4fc8ebea5dc2 100644 --- a/app-text/stardict/ChangeLog +++ b/app-text/stardict/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/stardict # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/ChangeLog,v 1.34 2014/05/09 14:17:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/ChangeLog,v 1.35 2014/05/21 05:50:12 ssuominen Exp $ + + 21 May 2014; Samuli Suominen <ssuominen@gentoo.org> stardict-3.0.4.ebuild: + Leave a note about fixes committed to upstream repository for next person + touching the ebuild. *stardict-3.0.4 (09 May 2014) diff --git a/app-text/stardict/stardict-3.0.4.ebuild b/app-text/stardict/stardict-3.0.4.ebuild index 72128466e2c0..56a9a318a3a5 100644 --- a/app-text/stardict/stardict-3.0.4.ebuild +++ b/app-text/stardict/stardict-3.0.4.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-text/stardict/stardict-3.0.4.ebuild,v 1.1 2014/05/09 14:17:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/stardict-3.0.4.ebuild,v 1.2 2014/05/21 05:50:12 ssuominen Exp $ EAPI=5 @@ -57,9 +57,8 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig" src_prepare() { + # These 2 fixes have been upstreamized for upcoming 3.0.5 differently, so drop 'em: epatch "${FILESDIR}"/${PN}-3.0.3-zlib-1.2.5.2.patch - - # error: undefined reference to 'g_module_symbol' wrt #451730#c6 sed -i -e '/DEP_MODULES/s:glib-2.0:gmodule-2.0 &:' dict/configure || die gnome2_src_prepare |