diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-02-26 20:22:35 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-02-26 20:22:35 +0000 |
commit | 776d104e356a64c0561bc9a15e059bf21abb8fc7 (patch) | |
tree | 26803417e953f1a1eb10039f1d336a7b6bf85cfa /xfce-extra/xfce4-dict | |
parent | Fix bug 168373. (diff) | |
download | gentoo-2-776d104e356a64c0561bc9a15e059bf21abb8fc7.tar.gz gentoo-2-776d104e356a64c0561bc9a15e059bf21abb8fc7.tar.bz2 gentoo-2-776d104e356a64c0561bc9a15e059bf21abb8fc7.zip |
Fix bug 168373. Coffee.. mmm..
(Portage version: 2.1.2-r11)
Diffstat (limited to 'xfce-extra/xfce4-dict')
-rw-r--r-- | xfce-extra/xfce4-dict/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-extra/xfce4-dict/xfce4-dict-0.2.1.ebuild | 11 |
2 files changed, 10 insertions, 6 deletions
diff --git a/xfce-extra/xfce4-dict/ChangeLog b/xfce-extra/xfce4-dict/ChangeLog index 8c48075f762a..838e6ec080be 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.2 2007/02/04 16:59:31 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.3 2007/02/26 20:22:35 drac Exp $ + + 26 Feb 2007; Samuli Suominen <drac@gentoo.org> xfce4-dict-0.2.1.ebuild: + Fix bug 168373. 04 Feb 2007; Joshua Nichols <nichoj@gentoo.org> xfce4-dict-0.2.1.ebuild: Updated to use final 4.4 release. diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.2.1.ebuild b/xfce-extra/xfce4-dict/xfce4-dict-0.2.1.ebuild index c62b985f813f..237e7c9b5424 100644 --- a/xfce-extra/xfce4-dict/xfce4-dict-0.2.1.ebuild +++ b/xfce-extra/xfce4-dict/xfce4-dict-0.2.1.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2007 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.2.1.ebuild,v 1.2 2007/02/04 16:59:31 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.2.1.ebuild,v 1.3 2007/02/26 20:22:35 drac Exp $ inherit xfce44 -DESCRIPTION="Xfce4 panel dict plugin" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" - xfce44 -xfce44_goodies_panel_plugin + +DESCRIPTION="Dict panel plugin" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" DEPEND="dev-util/intltool" + +xfce44_goodies_panel_plugin |