diff options
author | Naohiro Aota <naota@gentoo.org> | 2011-12-07 13:57:00 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2011-12-07 13:57:00 +0000 |
commit | 489a1aea884956449e3a95e954f1488d6a13e2f9 (patch) | |
tree | 7ba79f585202012ec09513efe4f9c77c94ab3001 /app-i18n/tomoe | |
parent | version bump (diff) | |
download | gentoo-2-489a1aea884956449e3a95e954f1488d6a13e2f9.tar.gz gentoo-2-489a1aea884956449e3a95e954f1488d6a13e2f9.tar.bz2 gentoo-2-489a1aea884956449e3a95e954f1488d6a13e2f9.zip |
Add missing dependencies
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/tomoe')
-rw-r--r-- | app-i18n/tomoe/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/tomoe/tomoe-0.6.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-i18n/tomoe/ChangeLog b/app-i18n/tomoe/ChangeLog index 3ec669140b5e..605bb2401120 100644 --- a/app-i18n/tomoe/ChangeLog +++ b/app-i18n/tomoe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/tomoe # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/tomoe/ChangeLog,v 1.12 2011/05/26 22:44:21 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/tomoe/ChangeLog,v 1.13 2011/12/07 13:57:00 naota Exp $ + + 07 Dec 2011; Naohiro Aota <naota@gentoo.org> tomoe-0.6.0-r1.ebuild: + Add missing dependencies *tomoe-0.6.0-r1 (26 May 2011) diff --git a/app-i18n/tomoe/tomoe-0.6.0-r1.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r1.ebuild index c0b08004cd6d..e889ab7c26f8 100644 --- a/app-i18n/tomoe/tomoe-0.6.0-r1.ebuild +++ b/app-i18n/tomoe/tomoe-0.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/tomoe/tomoe-0.6.0-r1.ebuild,v 1.1 2011/05/26 22:44:21 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/tomoe/tomoe-0.6.0-r1.ebuild,v 1.2 2011/12/07 13:57:00 naota Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -30,6 +30,8 @@ RDEPEND=">=dev-libs/glib-2.4 # test? ( app-dicts/uconv ) DEPEND="${DEPEND} + dev-util/gtk-doc-am + dev-util/intltool dev-util/pkgconfig doc? ( dev-util/gtk-doc )" |