diff options
author | Joshua Kinard <kumba@gentoo.org> | 2007-07-01 17:29:57 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2007-07-01 17:29:57 +0000 |
commit | b36d3a0a2eec70455c1fc9b34a27e59ac1fb8653 (patch) | |
tree | a469aba868e94a35d5d5df5f6a54a526ade05c40 /app-text | |
parent | Switched to using automatic split-ant stuff via WANT_ANT_TASKS, related to la... (diff) | |
download | gentoo-2-b36d3a0a2eec70455c1fc9b34a27e59ac1fb8653.tar.gz gentoo-2-b36d3a0a2eec70455c1fc9b34a27e59ac1fb8653.tar.bz2 gentoo-2-b36d3a0a2eec70455c1fc9b34a27e59ac1fb8653.zip |
Stable on mips, per #183835.
(Portage version: 2.1.3_rc5)
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 c84bd4e67d15..c776e53dad25 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.35 2007/07/01 15:15:33 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.36 2007/07/01 17:29:57 kumba Exp $ + + 01 Jul 2007; Joshua Kinard <kumba@gentoo.org> wgetpaste-2.4.ebuild: + Stable on mips, per #183835. 01 Jul 2007; Samuli Suominen <drac@gentoo.org> wgetpaste-2.4.ebuild: Stable on arm for bug 183835. diff --git a/app-text/wgetpaste/wgetpaste-2.4.ebuild b/app-text/wgetpaste/wgetpaste-2.4.ebuild index 6a223eea6008..6daaea706805 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.7 2007/07/01 15:15:33 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.4.ebuild,v 1.8 2007/07/01 17:29:57 kumba 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 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="alpha ~amd64 arm hppa ia64 mips ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="" DEPEND="" |