diff options
author | 2007-02-13 11:29:21 +0000 | |
---|---|---|
committer | 2007-02-13 11:29:21 +0000 | |
commit | 3056324e1c156a02d08e1330d88e7240f4296c8b (patch) | |
tree | 616c8bed54184212c55e79767056d1bef33d1396 | |
parent | mips stable (diff) | |
download | gentoo-2-3056324e1c156a02d08e1330d88e7240f4296c8b.tar.gz gentoo-2-3056324e1c156a02d08e1330d88e7240f4296c8b.tar.bz2 gentoo-2-3056324e1c156a02d08e1330d88e7240f4296c8b.zip |
Added ~ppc64; bug #166570
(Portage version: 2.1.2-r9)
-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 64683fedb532..ac483369af34 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.3 2007/02/13 00:36:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.4 2007/02/13 11:29:21 corsair Exp $ + + 13 Feb 2007; Markus Rothe <corsair@gentoo.org> wgetpaste-1.ebuild: + Added ~ppc64; bug #166570 13 Feb 2007; Jeroen Roovers <jer@gentoo.org> wgetpaste-1.ebuild: Marked ~hppa (bug #166570). diff --git a/app-text/wgetpaste/wgetpaste-1.ebuild b/app-text/wgetpaste/wgetpaste-1.ebuild index 31e18fc79b89..265c4d857dd9 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.3 2007/02/13 00:36:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-1.ebuild,v 1.4 2007/02/13 11:29:21 corsair 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 ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc64 ~x86" IUSE="" DEPEND="" |