diff options
author | Andrey Grozin <grozin@gentoo.org> | 2013-01-02 08:35:50 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2013-01-02 08:35:50 +0000 |
commit | 3ac69b79d1b332102f0dd52df4cf8fd440c23ee5 (patch) | |
tree | a2d5fd4a8df3fd225b00d714f2e44c1534d76c42 /sci-mathematics/genius/genius-1.0.16.ebuild | |
parent | Version bump mercurial to 2.4.2. (diff) | |
download | historical-3ac69b79d1b332102f0dd52df4cf8fd440c23ee5.tar.gz historical-3ac69b79d1b332102f0dd52df4cf8fd440c23ee5.tar.bz2 historical-3ac69b79d1b332102f0dd52df4cf8fd440c23ee5.zip |
Add dependency on app-text/gnome-doc-utils, bug #448636
Package-Manager: portage-2.2.0_alpha149/cvs/Linux i686
Diffstat (limited to 'sci-mathematics/genius/genius-1.0.16.ebuild')
-rw-r--r-- | sci-mathematics/genius/genius-1.0.16.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-mathematics/genius/genius-1.0.16.ebuild b/sci-mathematics/genius/genius-1.0.16.ebuild index 1ebbdd5e5b61..b14cb3dc03f7 100644 --- a/sci-mathematics/genius/genius-1.0.16.ebuild +++ b/sci-mathematics/genius/genius-1.0.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/genius/genius-1.0.16.ebuild,v 1.1 2012/12/24 12:38:35 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/genius/genius-1.0.16.ebuild,v 1.2 2013/01/02 08:35:45 grozin Exp $ EAPI=4 inherit eutils gnome2 @@ -34,6 +34,7 @@ DEPEND="${RDEPEND} dev-util/yacc ) sys-devel/flex app-text/scrollkeeper + app-text/gnome-doc-utils nls? ( sys-devel/gettext )" G2CONF="${G2CONF} $(use_enable gnome) $(use_enable nls) \ |