diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-03-19 22:38:05 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-03-19 22:38:05 +0000 |
commit | b63def05d8b987baf740a8077801d5b32c02ef3a (patch) | |
tree | cca017acc15c583d75fa3dc6ac6172e49aad7344 /dev-libs/wxactivex | |
parent | Also NEWS file is needed for automake not to need --foreign. This allows to u... (diff) | |
download | gentoo-2-b63def05d8b987baf740a8077801d5b32c02ef3a.tar.gz gentoo-2-b63def05d8b987baf740a8077801d5b32c02ef3a.tar.bz2 gentoo-2-b63def05d8b987baf740a8077801d5b32c02ef3a.zip |
Add DEPEND on app-arch/unzip
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'dev-libs/wxactivex')
-rw-r--r-- | dev-libs/wxactivex/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/wxactivex/wxactivex-1.0.ebuild | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/dev-libs/wxactivex/ChangeLog b/dev-libs/wxactivex/ChangeLog index 981a8efb10fe..abf988d043e6 100644 --- a/dev-libs/wxactivex/ChangeLog +++ b/dev-libs/wxactivex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/wxactivex -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/wxactivex/ChangeLog,v 1.1 2005/05/19 01:42:36 pythonhead Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wxactivex/ChangeLog,v 1.2 2006/03/19 22:38:05 halcy0n Exp $ + + 19 Mar 2006; Mark Loeser <halcy0n@gentoo.org> wxactivex-1.0.ebuild: + Add DEPEND on app-arch/unzip *wxactivex-1.0 (19 May 2005) diff --git a/dev-libs/wxactivex/wxactivex-1.0.ebuild b/dev-libs/wxactivex/wxactivex-1.0.ebuild index fd6971614f30..b6fc9875f913 100644 --- a/dev-libs/wxactivex/wxactivex-1.0.ebuild +++ b/dev-libs/wxactivex/wxactivex-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/wxactivex/wxactivex-1.0.ebuild,v 1.1 2005/05/19 01:42:36 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wxactivex/wxactivex-1.0.ebuild,v 1.2 2006/03/19 22:38:05 halcy0n Exp $ inherit eutils @@ -12,8 +12,10 @@ SLOT="0" KEYWORDS="~x86" IUSE="" LICENSE="BSD" -DEPEND=">=dev-libs/wx-xmingw-2.4.2" -S=${WORKDIR} +RDEPEND=">=dev-libs/wx-xmingw-2.4.2" +DEPEND="${RDEPEND} + app-arch/unzip" +S="${WORKDIR}" src_unpack() { unpack ${A} |