diff options
author | 2011-12-22 18:51:22 +0000 | |
---|---|---|
committer | 2011-12-22 18:51:22 +0000 | |
commit | d07e5bfad841a55c63e32b193549aa1294e5273d (patch) | |
tree | 621bbcfd48a5cc40f2f7cfcdfac4dca319157394 /x11-terms | |
parent | old (diff) | |
download | gentoo-2-d07e5bfad841a55c63e32b193549aa1294e5273d.tar.gz gentoo-2-d07e5bfad841a55c63e32b193549aa1294e5273d.tar.bz2 gentoo-2-d07e5bfad841a55c63e32b193549aa1294e5273d.zip |
Fix older SRC_URI.
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/rxvt-unicode/ChangeLog | 5 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-terms/rxvt-unicode/ChangeLog b/x11-terms/rxvt-unicode/ChangeLog index cbdc6ab2f18d..df64d1f21372 100644 --- a/x11-terms/rxvt-unicode/ChangeLog +++ b/x11-terms/rxvt-unicode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-terms/rxvt-unicode # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.193 2011/12/22 14:56:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.194 2011/12/22 18:51:22 jer Exp $ + + 22 Dec 2011; Jeroen Roovers <jer@gentoo.org> rxvt-unicode-9.10.ebuild: + Fix older SRC_URI. *rxvt-unicode-9.14 (22 Dec 2011) diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild index 79de456df2eb..5d9f4fd4edef 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.11 2011/10/11 20:54:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.12 2011/12/22 18:51:22 jer Exp $ EAPI="3" @@ -8,7 +8,7 @@ inherit autotools flag-o-matic DESCRIPTION="rxvt clone with xft and unicode support" HOMEPAGE="http://software.schmorp.de/pkg/rxvt-unicode.html" -SRC_URI="http://dist.schmorp.de/rxvt-unicode/${P}.tar.bz2" +SRC_URI="http://dist.schmorp.de/rxvt-unicode/Attic/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |