diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-20 20:47:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-20 20:47:55 +0000 |
commit | 4db3b5ab01341ca4d4aa88579b259d08ea3b616a (patch) | |
tree | b54b4976cb746806a83cb3cade69068c590b36f9 /www-client | |
parent | Stable for x86, wrt bug #459790 (diff) | |
download | gentoo-2-4db3b5ab01341ca4d4aa88579b259d08ea3b616a.tar.gz gentoo-2-4db3b5ab01341ca4d4aa88579b259d08ea3b616a.tar.bz2 gentoo-2-4db3b5ab01341ca4d4aa88579b259d08ea3b616a.zip |
Stable for x86, wrt bug #463152
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/uget/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/uget/uget-1.10.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/uget/ChangeLog b/www-client/uget/ChangeLog index e5d48c2bad80..cc172dad40b8 100644 --- a/www-client/uget/ChangeLog +++ b/www-client/uget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/uget # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/uget/ChangeLog,v 1.36 2013/04/20 20:42:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/uget/ChangeLog,v 1.37 2013/04/20 20:47:55 ago Exp $ + + 20 Apr 2013; Agostino Sarubbo <ago@gentoo.org> uget-1.10.3.ebuild: + Stable for x86, wrt bug #463152 20 Apr 2013; Agostino Sarubbo <ago@gentoo.org> uget-1.10.3.ebuild: Stable for amd64, wrt bug #463152 diff --git a/www-client/uget/uget-1.10.3.ebuild b/www-client/uget/uget-1.10.3.ebuild index 2f85caf52b32..3ddc95073fb2 100644 --- a/www-client/uget/uget-1.10.3.ebuild +++ b/www-client/uget/uget-1.10.3.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/www-client/uget/uget-1.10.3.ebuild,v 1.2 2013/04/20 20:42:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/uget/uget-1.10.3.ebuild,v 1.3 2013/04/20 20:47:55 ago Exp $ EAPI="4" @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" EGIT_REPO_URI="git://urlget.git.sourceforge.net/gitroot/urlget/uget" else - KEYWORDS="amd64 ~ppc ~x86" + KEYWORDS="amd64 ~ppc x86" SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz" fi |