diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-04-07 02:23:52 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-04-07 02:23:52 +0000 |
commit | 5d82b80c68dbfd7bf65a5ea1510ed16a0d853acb (patch) | |
tree | 6c678c9c721852a8ceb21ecc2e53a74c89c8fa18 /net-libs | |
parent | compilefix >=vdr-1.7.27 (diff) | |
download | gentoo-2-5d82b80c68dbfd7bf65a5ea1510ed16a0d853acb.tar.gz gentoo-2-5d82b80c68dbfd7bf65a5ea1510ed16a0d853acb.tar.bz2 gentoo-2-5d82b80c68dbfd7bf65a5ea1510ed16a0d853acb.zip |
Add missing depend on doxygen if USE=doc
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/axTLS/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/axTLS/axTLS-1.4.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-libs/axTLS/ChangeLog b/net-libs/axTLS/ChangeLog index 39fd669f45de..6e63540a027d 100644 --- a/net-libs/axTLS/ChangeLog +++ b/net-libs/axTLS/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/axTLS # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/axTLS/ChangeLog,v 1.1 2012/04/06 17:39:39 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axTLS/ChangeLog,v 1.2 2012/04/07 02:23:52 blueness Exp $ + + 07 Apr 2012; Anthony G. Basile <blueness@gentoo.org> axTLS-1.4.5.ebuild: + Add missing depend on doxygen if USE=doc *axTLS-1.4.5 (06 Apr 2012) diff --git a/net-libs/axTLS/axTLS-1.4.5.ebuild b/net-libs/axTLS/axTLS-1.4.5.ebuild index ec1295d95a85..fe352364da5c 100644 --- a/net-libs/axTLS/axTLS-1.4.5.ebuild +++ b/net-libs/axTLS/axTLS-1.4.5.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-libs/axTLS/axTLS-1.4.5.ebuild,v 1.2 2012/04/06 21:05:45 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axTLS/axTLS-1.4.5.ebuild,v 1.3 2012/04/07 02:23:52 blueness Exp $ EAPI="4" @@ -44,8 +44,8 @@ IUSE="httpd cgi-lua cgi-php static doc" # TODO: add ipv6, and c#, java, lua, perl bindings # Currently these all have some issue -DEPEND="" -RDEPEND="${DEPEND} +DEPEND="doc? ( app-doc/doxygen )" +RDEPEND=" httpd? ( cgi-lua? ( dev-lang/lua ) cgi-php? ( dev-lang/php[cgi] ) |