diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-06-03 21:46:23 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-06-03 21:46:23 +0000 |
commit | 025c39b144402887bd5555f12f9fdcf24eaf7281 (patch) | |
tree | 78ad28da7f9ef1db4e5c6672141810f45a222c15 /net-proxy | |
parent | Masking games-action/lugaru and gamies-arcade/aquaria. Need multilib profile (diff) | |
download | gentoo-2-025c39b144402887bd5555f12f9fdcf24eaf7281.tar.gz gentoo-2-025c39b144402887bd5555f12f9fdcf24eaf7281.tar.bz2 gentoo-2-025c39b144402887bd5555f12f9fdcf24eaf7281.zip |
Remove USE=doc, only use USE=minimal.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/tinyproxy/ChangeLog | 5 | ||||
-rw-r--r-- | net-proxy/tinyproxy/tinyproxy-1.8.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-proxy/tinyproxy/ChangeLog b/net-proxy/tinyproxy/ChangeLog index 7f000ce178c5..60fc65d28689 100644 --- a/net-proxy/tinyproxy/ChangeLog +++ b/net-proxy/tinyproxy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-proxy/tinyproxy # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/tinyproxy/ChangeLog,v 1.15 2010/06/03 20:41:16 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/tinyproxy/ChangeLog,v 1.16 2010/06/03 21:46:23 jer Exp $ + + 03 Jun 2010; Jeroen Roovers <jer@gentoo.org> tinyproxy-1.8.1.ebuild: + Remove USE=doc, only use USE=minimal. 03 Jun 2010; Jeroen Roovers <jer@gentoo.org> tinyproxy-1.8.1.ebuild, +files/tinyproxy-1.8.1-minimal.patch: diff --git a/net-proxy/tinyproxy/tinyproxy-1.8.1.ebuild b/net-proxy/tinyproxy/tinyproxy-1.8.1.ebuild index e95abc9576a7..4ffbdcb7074a 100644 --- a/net-proxy/tinyproxy/tinyproxy-1.8.1.ebuild +++ b/net-proxy/tinyproxy/tinyproxy-1.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/tinyproxy/tinyproxy-1.8.1.ebuild,v 1.4 2010/06/03 21:38:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/tinyproxy/tinyproxy-1.8.1.ebuild,v 1.5 2010/06/03 21:46:23 jer Exp $ EAPI="2" @@ -13,10 +13,10 @@ SRC_URI="http://www.banu.com/pub/${PN}/1.8/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="debug doc +filter-proxy minimal reverse-proxy transparent-proxy +IUSE="debug +filter-proxy minimal reverse-proxy transparent-proxy +upstream-proxy +xtinyproxy-header" -DEPEND="doc? ( app-text/asciidoc )" +DEPEND="minimal? ( app-text/asciidoc )" RDEPEND="" src_prepare() { |