diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-05-04 11:11:05 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-05-04 11:11:05 +0000 |
commit | 5543e3b6b75a7aa24ff0987282cd70368f72e5d1 (patch) | |
tree | f3991483c23f3f1c163f9069bed5c7f97757c794 /xfce-extra | |
parent | Remove wrong stuff from RDEPEND #220213 by Samuli Suominen. (diff) | |
download | historical-5543e3b6b75a7aa24ff0987282cd70368f72e5d1.tar.gz historical-5543e3b6b75a7aa24ff0987282cd70368f72e5d1.tar.bz2 historical-5543e3b6b75a7aa24ff0987282cd70368f72e5d1.zip |
Fix 'make check' wrt #219860, thanks to Michal Kiedrowicz.
Package-Manager: portage-2.1.5_rc6
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-dict/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-dict/ChangeLog b/xfce-extra/xfce4-dict/ChangeLog index cc0f707e5a27..d47bc37e3ab1 100644 --- a/xfce-extra/xfce4-dict/ChangeLog +++ b/xfce-extra/xfce4-dict/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-extra/xfce4-dict # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.11 2008/04/27 02:14:48 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.12 2008/05/04 11:11:05 drac Exp $ + + 04 May 2008; Samuli Suominen <drac@gentoo.org> xfce4-dict-0.3.0.ebuild: + Fix 'make check' wrt #219860, thanks to Michal Kiedrowicz. *xfce4-dict-0.3.0 (27 Apr 2008) diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild b/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild index 6d81699f4847..16bbb8c2f7c3 100644 --- a/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild +++ b/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild,v 1.1 2008/04/27 02:14:48 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild,v 1.2 2008/05/04 11:11:05 drac Exp $ inherit xfce44 @@ -15,4 +15,9 @@ DEPEND="dev-util/intltool" DOCS="AUTHORS ChangeLog README" +src_unpack() { + unpack ${A} + echo panel-plugin/aspell.c >> "${S}"/po/POTFILES.skip +} + xfce44_goodies_panel_plugin |