diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2012-01-23 19:18:35 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2012-01-23 19:18:35 +0000 |
commit | 350e4d6d69886b4277effb6748996ebe6a1379d0 (patch) | |
tree | 6980325cf6b6c6528b329320a792d79cdb67616e /dev-vcs/stgit | |
parent | clean up live ebuild and migrate to eapi 4 (approved by slyfox) (diff) | |
download | gentoo-2-350e4d6d69886b4277effb6748996ebe6a1379d0.tar.gz gentoo-2-350e4d6d69886b4277effb6748996ebe6a1379d0.tar.bz2 gentoo-2-350e4d6d69886b4277effb6748996ebe6a1379d0.zip |
Using the old missing-patches tarball creates failing tests, bug 399631
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'dev-vcs/stgit')
-rw-r--r-- | dev-vcs/stgit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/stgit/stgit-0.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/stgit/ChangeLog b/dev-vcs/stgit/ChangeLog index 6df05ffc3a12..245bfc0003d9 100644 --- a/dev-vcs/stgit/ChangeLog +++ b/dev-vcs/stgit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/stgit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/stgit/ChangeLog,v 1.12 2012/01/23 13:58:14 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/stgit/ChangeLog,v 1.13 2012/01/23 19:18:35 darkside Exp $ + + 23 Jan 2012; Jeremy Olexa <darkside@gentoo.org> stgit-0.16.ebuild: + Using the old missing-patches tarball creates failing tests, bug 399631 *stgit-0.16 (23 Jan 2012) diff --git a/dev-vcs/stgit/stgit-0.16.ebuild b/dev-vcs/stgit/stgit-0.16.ebuild index cd1748729e26..e3b9b294eefb 100644 --- a/dev-vcs/stgit/stgit-0.16.ebuild +++ b/dev-vcs/stgit/stgit-0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/stgit/stgit-0.16.ebuild,v 1.1 2012/01/23 13:58:14 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/stgit/stgit-0.16.ebuild,v 1.2 2012/01/23 19:18:35 darkside Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -10,7 +10,7 @@ inherit distutils bash-completion-r1 DESCRIPTION="Manage a stack of patches using GIT as a backend" HOMEPAGE="http://www.procode.org/stgit/" SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz - mirror://gentoo/${PN}-0.15-missing-patches.tar.gz" + mirror://gentoo/${P}-missing-patches.tar.gz" LICENSE="GPL-2" SLOT="0" |