diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-06-03 07:29:33 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-06-03 07:29:33 +0000 |
commit | 45975ef2e5b602981df356d40e2c141324f47866 (patch) | |
tree | e4c6c881d166685873220d501affa24f648767fd /app-text | |
parent | unmask xfmedia again as it actually seems to start for some people. (diff) | |
download | gentoo-2-45975ef2e5b602981df356d40e2c141324f47866.tar.gz gentoo-2-45975ef2e5b602981df356d40e2c141324f47866.tar.bz2 gentoo-2-45975ef2e5b602981df356d40e2c141324f47866.zip |
Works on arm too
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/wgetpaste/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/wgetpaste/wgetpaste-2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/wgetpaste/ChangeLog b/app-text/wgetpaste/ChangeLog index 6dca12e11910..f43ad801dc32 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.30 2007/06/03 07:18:50 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.31 2007/06/03 07:29:33 jokey Exp $ + + 03 Jun 2007; Markus Ullmann <jokey@gentoo.org> wgetpaste-2.4.ebuild: + Works on arm too *wgetpaste-2.4 (03 Jun 2007) diff --git a/app-text/wgetpaste/wgetpaste-2.4.ebuild b/app-text/wgetpaste/wgetpaste-2.4.ebuild index 20bb8cc942d9..5c9ec4058822 100644 --- a/app-text/wgetpaste/wgetpaste-2.4.ebuild +++ b/app-text/wgetpaste/wgetpaste-2.4.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-2.4.ebuild,v 1.1 2007/06/03 07:18:50 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.4.ebuild,v 1.2 2007/06/03 07:29:33 jokey Exp $ DESCRIPTION="Command-line interface to various pastebins" HOMEPAGE="http://wgetpaste.zlin.dk/" @@ -8,7 +8,7 @@ SRC_URI="http://wgetpaste.zlin.dk/${PF}.bz2" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="" |