diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-05 16:53:54 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-05 16:53:54 +0000 |
commit | b585f6230438b89cf965b3c7f57454ef8c221854 (patch) | |
tree | 42a386f7c90521c1595f869ba7e834c1a2724c2e /dev-libs/eb | |
parent | Stable for amd64, wrt bug #419715 (diff) | |
download | gentoo-2-b585f6230438b89cf965b3c7f57454ef8c221854.tar.gz gentoo-2-b585f6230438b89cf965b3c7f57454ef8c221854.tar.bz2 gentoo-2-b585f6230438b89cf965b3c7f57454ef8c221854.zip |
Stable for amd64, wrt bug #419721
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/eb')
-rw-r--r-- | dev-libs/eb/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/eb/eb-4.4.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/eb/ChangeLog b/dev-libs/eb/ChangeLog index 0556d86eb0e1..3c8718df29fc 100644 --- a/dev-libs/eb/ChangeLog +++ b/dev-libs/eb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/eb -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/ChangeLog,v 1.38 2009/03/31 15:48:06 matsuu Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/ChangeLog,v 1.39 2012/06/05 16:53:54 ago Exp $ + + 05 Jun 2012; Agostino Sarubbo <ago@gentoo.org> eb-4.4.1.ebuild: + Stable for amd64, wrt bug #419721 *eb-4.4.1 (31 Mar 2009) diff --git a/dev-libs/eb/eb-4.4.1.ebuild b/dev-libs/eb/eb-4.4.1.ebuild index 480e202194a2..e0d7d7678564 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-2009 Gentoo Foundation +# 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.1 2009/03/31 15:48:06 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-4.4.1.ebuild,v 1.2 2012/06/05 16:53:54 ago 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 )" |