diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-09 17:51:32 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-09 17:51:32 +0000 |
commit | cd0cf52ac9bf2eb19f50174a6f26bafed0c0651c (patch) | |
tree | 2bfb45b79282744221a1bd621574bf7f6c1b429c /app-dicts/gwaei | |
parent | stable ppc, bug 252991 (diff) | |
download | gentoo-2-cd0cf52ac9bf2eb19f50174a6f26bafed0c0651c.tar.gz gentoo-2-cd0cf52ac9bf2eb19f50174a6f26bafed0c0651c.tar.bz2 gentoo-2-cd0cf52ac9bf2eb19f50174a6f26bafed0c0651c.zip |
Fixed dependency.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'app-dicts/gwaei')
-rw-r--r-- | app-dicts/gwaei/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/gwaei/gwaei-0.11.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-dicts/gwaei/ChangeLog b/app-dicts/gwaei/ChangeLog index 4a4d04f5e748..7f22ab02da68 100644 --- a/app-dicts/gwaei/ChangeLog +++ b/app-dicts/gwaei/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/gwaei # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.1 2009/01/09 17:39:39 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.2 2009/01/09 17:51:32 matsuu Exp $ + + 09 Jan 2009; MATSUU Takuto <matsuu@gentoo.org> gwaei-0.11.0.ebuild: + Fixed dependency. *gwaei-0.11.0 (09 Jan 2009) diff --git a/app-dicts/gwaei/gwaei-0.11.0.ebuild b/app-dicts/gwaei/gwaei-0.11.0.ebuild index a64e01fc7654..e24ecdbf1e3f 100644 --- a/app-dicts/gwaei/gwaei-0.11.0.ebuild +++ b/app-dicts/gwaei/gwaei-0.11.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-0.11.0.ebuild,v 1.1 2009/01/09 17:39:39 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-0.11.0.ebuild,v 1.2 2009/01/09 17:51:32 matsuu Exp $ inherit gnome2 @@ -18,6 +18,7 @@ RDEPEND=">=x11-libs/gtk+-2.12 >=gnome-base/libgnomeui-2.22 >=gnome-base/gconf-2.22 >=net-misc/curl-7.18 + >=dev-libs/glib-2.16 nls? ( virtual/libintl )" DEPEND="${RDEPEND} nls? ( >=sys-devel/gettext-0.17 ) |