diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-03-19 19:02:12 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-03-19 19:02:12 +0000 |
commit | 3c0e6741606151a2e8fa87d84e18a0e0d6ac7412 (patch) | |
tree | 326579ddaa36191dd6b3cf58be5948c12ae27d7d /app-editors/scite | |
parent | Add DEPEND on app-arch/unzip (diff) | |
download | gentoo-2-3c0e6741606151a2e8fa87d84e18a0e0d6ac7412.tar.gz gentoo-2-3c0e6741606151a2e8fa87d84e18a0e0d6ac7412.tar.bz2 gentoo-2-3c0e6741606151a2e8fa87d84e18a0e0d6ac7412.zip |
Add DEPEND on app-arch/unzip
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'app-editors/scite')
-rw-r--r-- | app-editors/scite/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/scite/scite-1.68.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog index fa39ee86a7bb..41edc89ba01f 100644 --- a/app-editors/scite/ChangeLog +++ b/app-editors/scite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/scite # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.43 2006/03/15 21:23:00 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.44 2006/03/19 19:02:12 halcy0n Exp $ + + 19 Mar 2006; Mark Loeser <halcy0n@gentoo.org> scite-1.68.ebuild: + Add DEPEND on app-arch/unzip *scite-1.68 (15 Mar 2006) *scite-1.67 (15 Mar 2006) diff --git a/app-editors/scite/scite-1.68.ebuild b/app-editors/scite/scite-1.68.ebuild index 77aa6f80d567..37f9146f5504 100644 --- a/app-editors/scite/scite-1.68.ebuild +++ b/app-editors/scite/scite-1.68.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.68.ebuild,v 1.1 2006/03/15 21:23:01 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.68.ebuild,v 1.2 2006/03/19 19:02:12 halcy0n Exp $ inherit toolchain-funcs @@ -18,7 +18,8 @@ IUSE="lua" RDEPEND=">=x11-libs/gtk+-2 lua? ( >=dev-lang/lua-5 )" DEPEND="${RDEPEND} - >=sys-apps/sed-4" + >=sys-apps/sed-4 + app-arch/unzip" S=${WORKDIR}/${PN}/gtk |