diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-02-05 17:33:09 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-02-05 17:33:09 +0000 |
commit | c8dda8569db43c43e4b2fd4ae2564f69ff342fe6 (patch) | |
tree | a91a48bc55a5b4d6e0f09db14ecfe0f1586702b3 /net-analyzer/squid-graph | |
parent | Initial import, thanks to all contributors (Piotr Szymaniak from sunrise, eve... (diff) | |
download | gentoo-2-c8dda8569db43c43e4b2fd4ae2564f69ff342fe6.tar.gz gentoo-2-c8dda8569db43c43e4b2fd4ae2564f69ff342fe6.tar.bz2 gentoo-2-c8dda8569db43c43e4b2fd4ae2564f69ff342fe6.zip |
Drop sparc keywords
(Portage version: 2.1.10.44/cvs/Linux ia64)
Diffstat (limited to 'net-analyzer/squid-graph')
-rw-r--r-- | net-analyzer/squid-graph/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/squid-graph/squid-graph-3.2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-analyzer/squid-graph/ChangeLog b/net-analyzer/squid-graph/ChangeLog index 437bf10e4dc0..12c8faae0f07 100644 --- a/net-analyzer/squid-graph/ChangeLog +++ b/net-analyzer/squid-graph/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/squid-graph -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/ChangeLog,v 1.24 2011/12/15 16:11:10 ago Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/ChangeLog,v 1.25 2012/02/05 17:33:09 armin76 Exp $ + + 05 Feb 2012; Raúl Porcel <armin76@gentoo.org> squid-graph-3.2.ebuild, + squid-graph-3.2-r1.ebuild: + Drop sparc keywords 15 Dec 2011; Agostino Sarubbo <ago@gentoo.org> squid-graph-3.2-r1.ebuild: Stable for AMD64, wrt bug #393877 diff --git a/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild b/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild index 7504abf07700..527e840f610c 100644 --- a/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild +++ b/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild,v 1.3 2011/12/15 16:11:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild,v 1.4 2012/02/05 17:33:09 armin76 Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/squid-graph/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" DEPEND="dev-perl/GD[png]" diff --git a/net-analyzer/squid-graph/squid-graph-3.2.ebuild b/net-analyzer/squid-graph/squid-graph-3.2.ebuild index c20e0602ac2f..f2cfce516cea 100644 --- a/net-analyzer/squid-graph/squid-graph-3.2.ebuild +++ b/net-analyzer/squid-graph/squid-graph-3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/squid-graph-3.2.ebuild,v 1.5 2009/12/23 03:05:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/squid-graph-3.2.ebuild,v 1.6 2012/02/05 17:33:09 armin76 Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/squid-graph/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc sparc x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND="dev-perl/GD[png]" |