diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-05-04 11:11:05 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-05-04 11:11:05 +0000 |
commit | 3b6421809be4136c52cc70c14eeb9f14a1740e17 (patch) | |
tree | 1c8ed687d0241b368e71d9605d2296da22070722 /xfce-extra | |
parent | Remove wrong stuff from RDEPEND #220213 by Samuli Suominen. (diff) | |
download | gentoo-2-3b6421809be4136c52cc70c14eeb9f14a1740e17.tar.gz gentoo-2-3b6421809be4136c52cc70c14eeb9f14a1740e17.tar.bz2 gentoo-2-3b6421809be4136c52cc70c14eeb9f14a1740e17.zip |
Fix 'make check' wrt #219860, thanks to Michal Kiedrowicz.
(Portage version: 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 |