diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-10-13 21:20:11 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-10-13 21:20:11 +0000 |
commit | 5d843e13d8e637636f2980d532da3f78d62bb927 (patch) | |
tree | 3ad0c80f0696504d7c2dbdf733e9671aeba49085 /net-irc | |
parent | General cleanup. (diff) | |
download | gentoo-2-5d843e13d8e637636f2980d532da3f78d62bb927.tar.gz gentoo-2-5d843e13d8e637636f2980d532da3f78d62bb927.tar.bz2 gentoo-2-5d843e13d8e637636f2980d532da3f78d62bb927.zip |
Depend on docbook-xml-dtd.
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/irker/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/irker/irker-1.12-r1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-irc/irker/ChangeLog b/net-irc/irker/ChangeLog index fc62ab91d0ee..599deb81504b 100644 --- a/net-irc/irker/ChangeLog +++ b/net-irc/irker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/irker # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irker/ChangeLog,v 1.4 2012/10/13 21:16:18 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irker/ChangeLog,v 1.5 2012/10/13 21:20:11 floppym Exp $ + + 13 Oct 2012; Mike Gilbert <floppym@gentoo.org> irker-1.12-r1.ebuild: + Depend on docbook-xml-dtd. 13 Oct 2012; Mike Gilbert <floppym@gentoo.org> irker-1.12-r1.ebuild: General cleanup. diff --git a/net-irc/irker/irker-1.12-r1.ebuild b/net-irc/irker/irker-1.12-r1.ebuild index 7bbb76920c82..ad39048c4810 100644 --- a/net-irc/irker/irker-1.12-r1.ebuild +++ b/net-irc/irker/irker-1.12-r1.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/net-irc/irker/irker-1.12-r1.ebuild,v 1.3 2012/10/13 21:16:18 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irker/irker-1.12-r1.ebuild,v 1.4 2012/10/13 21:20:11 floppym Exp $ EAPI=4 @@ -13,7 +13,8 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="app-text/xmlto +DEPEND="app-text/docbook-xml-dtd:4.1.2 + app-text/xmlto dev-python/irc" RDEPEND="${DEPEND} =dev-lang/python-2*" |