diff options
Diffstat (limited to 'dev-libs/ace')
-rw-r--r-- | dev-libs/ace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/ace/ace-5.4-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/ace/ChangeLog b/dev-libs/ace/ChangeLog index ec2ca8ab5ff2..3ef7677196c0 100644 --- a/dev-libs/ace/ChangeLog +++ b/dev-libs/ace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/ace # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ChangeLog,v 1.23 2004/12/01 23:33:21 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ChangeLog,v 1.24 2004/12/16 10:25:37 absinthe Exp $ + + 16 Dec 2004; Dylan Carlson <absinthe@gentoo.org> ace-5.4-r2.ebuild: + Stable on amd64. *ace-5.4-r2 (02 Dec 2004) diff --git a/dev-libs/ace/ace-5.4-r2.ebuild b/dev-libs/ace/ace-5.4-r2.ebuild index 3572b9647665..2b636db1458f 100644 --- a/dev-libs/ace/ace-5.4-r2.ebuild +++ b/dev-libs/ace/ace-5.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.4-r2.ebuild,v 1.1 2004/12/01 23:33:21 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.4-r2.ebuild,v 1.2 2004/12/16 10:25:37 absinthe Exp $ S=${WORKDIR}/ACE_wrappers DESCRIPTION="The Adaptive Communications Environment" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.cs.wustl.edu/~schmidt/ACE.html" SLOT="0" LICENSE="BSD as-is" -KEYWORDS="x86 sparc ~ppc ~alpha ~amd64" +KEYWORDS="x86 sparc ~ppc ~alpha amd64" IUSE="ipv6" DEPEND="virtual/libc" |