diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2005-10-20 17:21:09 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2005-10-20 17:21:09 +0000 |
commit | cb74c1b357366bf3b14670794a4ec4622070ae9a (patch) | |
tree | c00a6443b1fa3812c5a90e0aead97a9894552526 /dev-cpp | |
parent | Added doc use flag (diff) | |
download | gentoo-2-cb74c1b357366bf3b14670794a4ec4622070ae9a.tar.gz gentoo-2-cb74c1b357366bf3b14670794a4ec4622070ae9a.tar.bz2 gentoo-2-cb74c1b357366bf3b14670794a4ec4622070ae9a.zip |
added doc use flag to pull in doxygen
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/asio/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/asio/asio-0.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/asio/ChangeLog b/dev-cpp/asio/ChangeLog index 59e23e418c93..be970fb46ec8 100644 --- a/dev-cpp/asio/ChangeLog +++ b/dev-cpp/asio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/asio # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.2 2005/10/20 17:13:44 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.3 2005/10/20 17:21:09 rphillips Exp $ + + 20 Oct 2005; <rphillips@gentoo.org> asio-0.3.4.ebuild: + add doc use flag to pull in doxygen 20 Oct 2005; <rphillips@gentoo.org> asio-0.3.4.ebuild: Added doc use flag diff --git a/dev-cpp/asio/asio-0.3.4.ebuild b/dev-cpp/asio/asio-0.3.4.ebuild index 170ecd030574..ad08252d5ec5 100644 --- a/dev-cpp/asio/asio-0.3.4.ebuild +++ b/dev-cpp/asio/asio-0.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-0.3.4.ebuild,v 1.2 2005/10/20 17:13:44 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-0.3.4.ebuild,v 1.3 2005/10/20 17:21:09 rphillips Exp $ DESCRIPTION="asynchronous network library" HOMEPAGE="http://asio.sourceforge.net/" @@ -12,7 +12,7 @@ KEYWORDS="~x86" IUSE="ssl doc" DEPEND=">=dev-libs/boost-1.33.0 - app-doc/doxygen + doc? ( app-doc/doxygen ) ssl? ( dev-libs/openssl )" RDEPEND="" |