diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-02-13 14:51:44 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-02-13 14:51:44 +0000 |
commit | 2ebf0a24c437d3a85a5d6ae267e74dc908fdb621 (patch) | |
tree | 6f259b7abcd0646acbaae028ffc8e6a71dd92ca5 /app-text | |
parent | adjusted SRC_URI to point to mirrors (diff) | |
download | gentoo-2-2ebf0a24c437d3a85a5d6ae267e74dc908fdb621.tar.gz gentoo-2-2ebf0a24c437d3a85a5d6ae267e74dc908fdb621.tar.bz2 gentoo-2-2ebf0a24c437d3a85a5d6ae267e74dc908fdb621.zip |
Keyworded ~sparc wrt #166570
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/wgetpaste/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/wgetpaste/wgetpaste-1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/wgetpaste/ChangeLog b/app-text/wgetpaste/ChangeLog index ac483369af34..81d4d76b2aa4 100644 --- a/app-text/wgetpaste/ChangeLog +++ b/app-text/wgetpaste/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/wgetpaste # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.4 2007/02/13 11:29:21 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.5 2007/02/13 14:51:44 gustavoz Exp $ + + 13 Feb 2007; Gustavo Zacarias <gustavoz@gentoo.org> wgetpaste-1.ebuild: + Keyworded ~sparc wrt #166570 13 Feb 2007; Markus Rothe <corsair@gentoo.org> wgetpaste-1.ebuild: Added ~ppc64; bug #166570 diff --git a/app-text/wgetpaste/wgetpaste-1.ebuild b/app-text/wgetpaste/wgetpaste-1.ebuild index 265c4d857dd9..0fbc64e457ec 100644 --- a/app-text/wgetpaste/wgetpaste-1.ebuild +++ b/app-text/wgetpaste/wgetpaste-1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-1.ebuild,v 1.4 2007/02/13 11:29:21 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-1.ebuild,v 1.5 2007/02/13 14:51:44 gustavoz Exp $ DESCRIPTION="Command-line interface to rafb.net/paste using only wget" HOMEPAGE="http://zlin.dk/" @@ -8,7 +8,7 @@ SRC_URI="${HOMEPAGE}/${PF}" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc64 ~sparc ~x86" IUSE="" DEPEND="" |