diff options
author | Michael Weber <xmw@gentoo.org> | 2013-07-31 10:07:51 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-07-31 10:07:51 +0000 |
commit | 3d3deb55034a78be842fa5c34621bdad1a4ecfea (patch) | |
tree | 0a1a907f676aa9fe90cc86b53c2cbcb3757cdec9 | |
parent | Remove wrong negative from if and else. (diff) | |
download | gentoo-2-3d3deb55034a78be842fa5c34621bdad1a4ecfea.tar.gz gentoo-2-3d3deb55034a78be842fa5c34621bdad1a4ecfea.tar.bz2 gentoo-2-3d3deb55034a78be842fa5c34621bdad1a4ecfea.zip |
Fix SRC_URI (non-maint commit)
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
-rw-r--r-- | dev-util/catalyst/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/catalyst/catalyst-2.0.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/catalyst/ChangeLog b/dev-util/catalyst/ChangeLog index 67bd936166c6..7fa280974f56 100644 --- a/dev-util/catalyst/ChangeLog +++ b/dev-util/catalyst/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/catalyst # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.264 2013/07/31 04:34:00 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.265 2013/07/31 10:07:51 xmw Exp $ + + 31 Jul 2013; Michael Weber <xmw@gentoo.org> catalyst-2.0.13.ebuild: + Fix SRC_URI (non-maint commit) *catalyst-2.0.13 (31 Jul 2013) diff --git a/dev-util/catalyst/catalyst-2.0.13.ebuild b/dev-util/catalyst/catalyst-2.0.13.ebuild index b311654bcc64..616a8ce251ca 100644 --- a/dev-util/catalyst/catalyst-2.0.13.ebuild +++ b/dev-util/catalyst/catalyst-2.0.13.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/catalyst/catalyst-2.0.13.ebuild,v 1.1 2013/07/31 04:34:00 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.13.ebuild,v 1.2 2013/07/31 10:07:51 xmw Exp $ EAPI=3 PYTHON_DEPEND="2" @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then KEYWORDS="" else SRC_URI="mirror://gentoo/${P}.tar.bz2 - http://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2" + http://dev.gentoo.org/~mattst88/distfiles/${P}.tar.bz2" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" fi inherit eutils multilib python |