diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-01-06 21:03:49 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-01-06 21:03:49 +0000 |
commit | 613174cd33f35ae27983da0f779c1c551f38f7d3 (patch) | |
tree | 209ef4a01e4ae8870273c9dbde0967c584b32fe7 /dev-util/cscope/cscope-15.6-r1.ebuild | |
parent | Version bump. Add gif, jpeg and png USE flags. (diff) | |
download | gentoo-2-613174cd33f35ae27983da0f779c1c551f38f7d3.tar.gz gentoo-2-613174cd33f35ae27983da0f779c1c551f38f7d3.tar.bz2 gentoo-2-613174cd33f35ae27983da0f779c1c551f38f7d3.zip |
correctly apply patch, fixes bug #160559
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-util/cscope/cscope-15.6-r1.ebuild')
-rw-r--r-- | dev-util/cscope/cscope-15.6-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/cscope/cscope-15.6-r1.ebuild b/dev-util/cscope/cscope-15.6-r1.ebuild index 7d077001b308..4f1da7f916f5 100644 --- a/dev-util/cscope/cscope-15.6-r1.ebuild +++ b/dev-util/cscope/cscope-15.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.6-r1.ebuild,v 1.1 2007/01/06 18:30:51 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.6-r1.ebuild,v 1.2 2007/01/06 21:03:49 opfer Exp $ inherit elisp-common eutils @@ -26,6 +26,7 @@ src_unpack() { unpack ${A} # warn users of insecure web frontend, see bug #158831 + cd ${S} epatch "${FILESDIR}/${PN}-158831-warning_webscope.patch" } |