diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2009-05-15 14:39:36 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2009-05-15 14:39:36 +0000 |
commit | 49b69cf5a1ac44cac2ec6b5856268775121bcc6a (patch) | |
tree | 61ecc91251483d7d11eb42e4fafa88f5f27e8cc8 /net-libs | |
parent | arm/m68k/s390 stable (diff) | |
download | gentoo-2-49b69cf5a1ac44cac2ec6b5856268775121bcc6a.tar.gz gentoo-2-49b69cf5a1ac44cac2ec6b5856268775121bcc6a.tar.bz2 gentoo-2-49b69cf5a1ac44cac2ec6b5856268775121bcc6a.zip |
Add ~sparc for testing, required by Bug #268529.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libproxy/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libproxy/libproxy-0.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libproxy/ChangeLog b/net-libs/libproxy/ChangeLog index d7cfeeb39873..93a3218b142f 100644 --- a/net-libs/libproxy/ChangeLog +++ b/net-libs/libproxy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libproxy # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libproxy/ChangeLog,v 1.7 2009/05/15 08:59:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libproxy/ChangeLog,v 1.8 2009/05/15 14:39:36 fmccor Exp $ + + 15 May 2009; Ferris McCormick <fmccor@gentoo.org> libproxy-0.2.3.ebuild: + Add ~sparc for testing, required by Bug #268529. 15 May 2009; Alexis Ballier <aballier@gentoo.org> libproxy-0.2.3.ebuild, +files/libproxy-0.2.3-fbsd.patch, diff --git a/net-libs/libproxy/libproxy-0.2.3.ebuild b/net-libs/libproxy/libproxy-0.2.3.ebuild index 9b634e3e03d3..15ce9b861640 100644 --- a/net-libs/libproxy/libproxy-0.2.3.ebuild +++ b/net-libs/libproxy/libproxy-0.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libproxy/libproxy-0.2.3.ebuild,v 1.6 2009/05/15 08:59:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libproxy/libproxy-0.2.3.ebuild,v 1.7 2009/05/15 14:39:36 fmccor Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86 ~x86-fbsd" IUSE="gnome kde networkmanager python webkit xulrunner" RDEPEND=" |