diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-02-17 17:27:50 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-02-17 17:27:50 +0000 |
commit | 33a4350be40bbcac1f7c8be85d9d29140d4fdb4d (patch) | |
tree | 229972a2075cb7057a2bd4a1b3c248f2c879cdf8 /net-www | |
parent | depend on uzip (diff) | |
download | gentoo-2-33a4350be40bbcac1f7c8be85d9d29140d4fdb4d.tar.gz gentoo-2-33a4350be40bbcac1f7c8be85d9d29140d4fdb4d.tar.bz2 gentoo-2-33a4350be40bbcac1f7c8be85d9d29140d4fdb4d.zip |
Bug #69831: Ensure unzip is in DEPEND.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_bwshare/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/mod_bwshare/ChangeLog b/net-www/mod_bwshare/ChangeLog index 9ce7bea44dad..cdb1cbbccec2 100644 --- a/net-www/mod_bwshare/ChangeLog +++ b/net-www/mod_bwshare/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_bwshare # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bwshare/ChangeLog,v 1.2 2005/02/17 14:42:18 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bwshare/ChangeLog,v 1.3 2005/02/17 17:23:10 robbat2 Exp $ + + 17 Feb 2005; Robin H. Johnson <robbat2@gentoo.org> + mod_bwshare-0.1.3.ebuild: + Bug #69831: Ensure unzip is in DEPEND. 17 Feb 2005; Benedikt Boehm <hollow@gentoo.org> mod_bwshare-0.1.3.ebuild: cleanup diff --git a/net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild b/net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild index 5e96f6c718cd..5b153bd03a74 100644 --- a/net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild +++ b/net-www/mod_bwshare/mod_bwshare-0.1.3.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/net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild,v 1.2 2005/02/17 14:42:18 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bwshare/mod_bwshare-0.1.3.ebuild,v 1.3 2005/02/17 17:23:10 robbat2 Exp $ inherit eutils apache-module @@ -9,7 +9,7 @@ HOMEPAGE="http://www.topology.org/src/bwshare/README.html" SRC_URI="http://www.topology.org/src/bwshare/bwshare-${PV}.zip" KEYWORDS="~x86" -DEPEND="" +DEPEND="app-arch/unzip" LICENSE="as-is" SLOT="0" IUSE="" |