diff options
-rw-r--r-- | dev-libs/eb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/eb/eb-4.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/eb/ChangeLog b/dev-libs/eb/ChangeLog index f860f09b7c29..9cc06d53012e 100644 --- a/dev-libs/eb/ChangeLog +++ b/dev-libs/eb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/eb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/ChangeLog,v 1.43 2012/07/03 20:19:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/ChangeLog,v 1.44 2012/08/05 17:53:28 armin76 Exp $ + + 05 Aug 2012; Raúl Porcel <armin76@gentoo.org> eb-4.4.1.ebuild: + alpha/ia64/sparc stable wrt #419721 03 Jul 2012; Jeroen Roovers <jer@gentoo.org> eb-4.4.1.ebuild: Stable for HPPA (bug #419721). diff --git a/dev-libs/eb/eb-4.4.1.ebuild b/dev-libs/eb/eb-4.4.1.ebuild index 9d0f0a0b63ea..f6774fed6638 100644 --- a/dev-libs/eb/eb-4.4.1.ebuild +++ b/dev-libs/eb/eb-4.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-4.4.1.ebuild,v 1.6 2012/07/03 20:19:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-4.4.1.ebuild,v 1.7 2012/08/05 17:53:28 armin76 Exp $ IUSE="nls ipv6 threads" @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.sra.co.jp/pub/misc/eb/${P}.tar.lzma" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" RDEPEND="sys-libs/zlib nls? ( virtual/libintl )" |