diff options
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/reviewboard/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/reviewboard/reviewboard-1.7.7.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/reviewboard/ChangeLog b/dev-util/reviewboard/ChangeLog index 413e5b2ddce0..2a36082267d3 100644 --- a/dev-util/reviewboard/ChangeLog +++ b/dev-util/reviewboard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/reviewboard # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/reviewboard/ChangeLog,v 1.6 2013/09/12 11:14:35 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/reviewboard/ChangeLog,v 1.7 2013/09/30 02:44:06 patrick Exp $ + + 30 Sep 2013; Patrick Lauer <patrick@gentoo.org> reviewboard-1.7.7.1-r1.ebuild: + Whitespace 12 Sep 2013; Michał Górny <mgorny@gentoo.org> reviewboard-1.7.12.ebuild: Remove the dep on old django-pipeline that is broken and supposedly not diff --git a/dev-util/reviewboard/reviewboard-1.7.7.1-r1.ebuild b/dev-util/reviewboard/reviewboard-1.7.7.1-r1.ebuild index f8ae2788db2e..d0798ca5136d 100644 --- a/dev-util/reviewboard/reviewboard-1.7.7.1-r1.ebuild +++ b/dev-util/reviewboard/reviewboard-1.7.7.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.7.1-r1.ebuild,v 1.1 2013/06/28 02:52:33 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/reviewboard/reviewboard-1.7.7.1-r1.ebuild,v 1.2 2013/09/30 02:44:06 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -41,7 +41,7 @@ REQUIRED_USE="doc? ( || ( codebase manual rnotes ) )" # Tests mostly access the inet and when run mostly fail RESTRICT=test -PATCHES=( "${FILESDIR}"/docs.patch +PATCHES=( "${FILESDIR}"/docs.patch "${FILESDIR}"/CVE-2013-2209-sec.patch ) python_prepare_all() { |