diff options
author | 2014-01-02 13:23:23 +0000 | |
---|---|---|
committer | 2014-01-02 13:23:23 +0000 | |
commit | 9335f42b52ba7bb6567f884336957d451eaf91f9 (patch) | |
tree | de53f22d5cd1bef8565bf9b254ec36f6b7bda1d3 /dev-util/icemon | |
parent | ppc64 stable wrt bug #495508 (diff) | |
download | gentoo-2-9335f42b52ba7bb6567f884336957d451eaf91f9.tar.gz gentoo-2-9335f42b52ba7bb6567f884336957d451eaf91f9.tar.bz2 gentoo-2-9335f42b52ba7bb6567f884336957d451eaf91f9.zip |
Add missed docbook2X dep for manpage generating.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'dev-util/icemon')
-rw-r--r-- | dev-util/icemon/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/icemon/icemon-20140102.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-util/icemon/ChangeLog b/dev-util/icemon/ChangeLog index 4ae3ba6943d1..138d52274bf4 100644 --- a/dev-util/icemon/ChangeLog +++ b/dev-util/icemon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/icemon # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/icemon/ChangeLog,v 1.2 2014/01/02 13:13:10 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/icemon/ChangeLog,v 1.3 2014/01/02 13:23:23 scarabeus Exp $ + + 02 Jan 2014; Tomáš Chvátal <scarabeus@gentoo.org> icemon-20140102.ebuild: + Add missed docbook2X dep for manpage generating. 02 Jan 2014; Tomáš Chvátal <scarabeus@gentoo.org> icemon-20140102.ebuild: Drop useless blank line. diff --git a/dev-util/icemon/icemon-20140102.ebuild b/dev-util/icemon/icemon-20140102.ebuild index 51b813613b3f..91013062099a 100644 --- a/dev-util/icemon/icemon-20140102.ebuild +++ b/dev-util/icemon/icemon-20140102.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/icemon/icemon-20140102.ebuild,v 1.2 2014/01/02 13:13:10 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/icemon/icemon-20140102.ebuild,v 1.3 2014/01/02 13:23:23 scarabeus Exp $ EAPI=5 @@ -14,6 +14,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="${DEPEND} +RDEPEND=" sys-devel/icecream " +DEPEND="${RDEPEND} + app-text/docbook2X +" |