diff options
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/gwaei/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/gwaei/gwaei-3.0.2.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-dicts/gwaei/ChangeLog b/app-dicts/gwaei/ChangeLog index c9ab5439ec80..b5d395e2e577 100644 --- a/app-dicts/gwaei/ChangeLog +++ b/app-dicts/gwaei/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/gwaei # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.24 2012/03/08 05:20:49 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.25 2012/03/19 16:49:48 naota Exp $ + + 19 Mar 2012; Naohiro Aota <naota@gentoo.org> gwaei-3.0.2.ebuild: + Add missing dependency: dev-util/intltool and app-text/rarian. #399343 08 Mar 2012; Alexandre Rostovtsev <tetromino@gentoo.org> gwaei-3.0.2.ebuild: Non-maintainer commit: do not use gnome2_schemas_update --uninstall (bug diff --git a/app-dicts/gwaei/gwaei-3.0.2.ebuild b/app-dicts/gwaei/gwaei-3.0.2.ebuild index 24efc16c70e8..386cf1d55b66 100644 --- a/app-dicts/gwaei/gwaei-3.0.2.ebuild +++ b/app-dicts/gwaei/gwaei-3.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-3.0.2.ebuild,v 1.2 2012/03/08 05:20:49 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-3.0.2.ebuild,v 1.3 2012/03/19 16:49:48 naota Exp $ EAPI="4" @@ -31,6 +31,8 @@ DEPEND="${RDEPEND} app-text/scrollkeeper ) nls? ( >=sys-devel/gettext-0.17 ) + app-text/rarian + dev-util/intltool dev-util/pkgconfig" REQUIRED_USE="unique? ( gtk )" |