diff options
author | Alexander Færøy <eroyf@gentoo.org> | 2007-02-12 21:24:11 +0000 |
---|---|---|
committer | Alexander Færøy <eroyf@gentoo.org> | 2007-02-12 21:24:11 +0000 |
commit | f59014340511f2d88b1dd175e6e72ca3ef9b211c (patch) | |
tree | a2810d1640482e6e9c45aeb1a7b21e898137cfb6 /app-text/wgetpaste | |
parent | stable on amd64; bug 155341 (diff) | |
download | gentoo-2-f59014340511f2d88b1dd175e6e72ca3ef9b211c.tar.gz gentoo-2-f59014340511f2d88b1dd175e6e72ca3ef9b211c.tar.bz2 gentoo-2-f59014340511f2d88b1dd175e6e72ca3ef9b211c.zip |
Marked ~alpha, ~ia64 and ~mips
(Portage version: 2.1.2-r6)
Diffstat (limited to 'app-text/wgetpaste')
-rw-r--r-- | app-text/wgetpaste/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/wgetpaste/wgetpaste-1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/wgetpaste/ChangeLog b/app-text/wgetpaste/ChangeLog index 96b75f902a88..669bf46069dc 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.1 2007/02/12 21:02:10 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.2 2007/02/12 21:24:11 eroyf Exp $ + + 12 Feb 2007; Alexander H. Færøy <eroyf@gentoo.org> wgetpaste-1.ebuild: + Marked ~alpha, ~ia64 and ~mips *wgetpaste-1 (12 Feb 2007) diff --git a/app-text/wgetpaste/wgetpaste-1.ebuild b/app-text/wgetpaste/wgetpaste-1.ebuild index 8b47bc304e4e..997c944fa063 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.1 2007/02/12 21:02:10 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-1.ebuild,v 1.2 2007/02/12 21:24:11 eroyf Exp $ DESCRIPTION="Command-line interface to rafb.net/paste using only wget" HOMEPAGE="http://zlin.dk/" @@ -8,12 +8,12 @@ SRC_URI="${HOMEPAGE}/${PF}" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~x86" IUSE="" DEPEND="" RDEPEND="sys-apps/sed - net-misc/wget" + net-misc/wget" src_install() { newbin "${DISTDIR}/${PF}" "${PN}" |