diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-01-25 23:08:20 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-01-25 23:08:20 +0000 |
commit | 2cdf43256d23153a7b5a02e2c10bfa892f663b7a (patch) | |
tree | e2604215bbdaf6768efa57e0f636600ef1ef9a04 /dev-util/diffball | |
parent | Stable on amd64 wrt bug #400685 (diff) | |
download | gentoo-2-2cdf43256d23153a7b5a02e2c10bfa892f663b7a.tar.gz gentoo-2-2cdf43256d23153a7b5a02e2c10bfa892f663b7a.tar.bz2 gentoo-2-2cdf43256d23153a7b5a02e2c10bfa892f663b7a.zip |
Stable on amd64 wrt bug #400349
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/diffball')
-rw-r--r-- | dev-util/diffball/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/diffball/diffball-1.0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/diffball/ChangeLog b/dev-util/diffball/ChangeLog index 7e265772664f..3ba9d4ae7dee 100644 --- a/dev-util/diffball/ChangeLog +++ b/dev-util/diffball/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/diffball -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.38 2011/08/02 05:48:20 rafaelmartins Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.39 2012/01/25 23:08:20 hwoarang Exp $ + + 25 Jan 2012; Markos Chandras <hwoarang@gentoo.org> diffball-1.0.1.ebuild: + Stable on amd64 wrt bug #400349 02 Aug 2011; Rafael G. Martins <rafaelmartins@gentoo.org> diffball-1.0.1.ebuild: diff --git a/dev-util/diffball/diffball-1.0.1.ebuild b/dev-util/diffball/diffball-1.0.1.ebuild index 10ff2ad70093..b17448be5796 100644 --- a/dev-util/diffball/diffball-1.0.1.ebuild +++ b/dev-util/diffball/diffball-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild,v 1.2 2011/08/02 05:48:20 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild,v 1.3 2012/01/25 23:08:20 hwoarang Exp $ DESCRIPTION="Delta compression suite for using/generating binary patches" HOMEPAGE="http://diffball.googlecode.com/" @@ -8,7 +8,7 @@ SRC_URI="http://diffball.googlecode.com/files/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="debug" RDEPEND=">=sys-libs/zlib-1.1.4 |