diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-04-24 19:35:49 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-04-24 19:35:49 +0000 |
commit | 0eee3b20b3d0780d9aa48fe5d4779e5281641bf9 (patch) | |
tree | b2207ad5c8ac1c3f424069e2a9ae6998667b08d3 /dev-util/bsdiff | |
parent | version bump from upstream for a few bug fixes (diff) | |
download | gentoo-2-0eee3b20b3d0780d9aa48fe5d4779e5281641bf9.tar.gz gentoo-2-0eee3b20b3d0780d9aa48fe5d4779e5281641bf9.tar.bz2 gentoo-2-0eee3b20b3d0780d9aa48fe5d4779e5281641bf9.zip |
Stable on sparc
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-util/bsdiff')
-rw-r--r-- | dev-util/bsdiff/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/bsdiff/bsdiff-4.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/bsdiff/ChangeLog b/dev-util/bsdiff/ChangeLog index 0981a678227c..c8ec2f79d4cf 100644 --- a/dev-util/bsdiff/ChangeLog +++ b/dev-util/bsdiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/bsdiff # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bsdiff/ChangeLog,v 1.25 2007/04/24 10:55:30 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bsdiff/ChangeLog,v 1.26 2007/04/24 19:35:49 gustavoz Exp $ + + 24 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org> bsdiff-4.3-r1.ebuild: + Stable on sparc 24 Apr 2007; Alexander Færøy <eroyf@gentoo.org> bsdiff-4.3-r1.ebuild: Stable on MIPS. diff --git a/dev-util/bsdiff/bsdiff-4.3-r1.ebuild b/dev-util/bsdiff/bsdiff-4.3-r1.ebuild index 0f47ebd9fe07..d8b29a7832a6 100644 --- a/dev-util/bsdiff/bsdiff-4.3-r1.ebuild +++ b/dev-util/bsdiff/bsdiff-4.3-r1.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/dev-util/bsdiff/bsdiff-4.3-r1.ebuild,v 1.7 2007/04/24 10:55:30 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bsdiff/bsdiff-4.3-r1.ebuild,v 1.8 2007/04/24 19:35:49 gustavoz Exp $ inherit toolchain-funcs flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="http://www.daemonology.net/bsdiff/${P}.tar.gz" SLOT="0" LICENSE="BSD-2" -KEYWORDS="~alpha ~amd64 ~hppa ia64 mips ppc ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ia64 mips ppc sparc x86 ~x86-fbsd" DEPEND="app-arch/bzip2" RDEPEND="${DEPEND}" |