diff options
-rw-r--r-- | dev-libs/ace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/ace/ace-5.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/ace/ChangeLog b/dev-libs/ace/ChangeLog index f52f38c9c58c..ecb6c91f5daa 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.21 2004/11/15 12:15:13 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ChangeLog,v 1.22 2004/11/15 19:28:41 gustavoz Exp $ + + 15 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org> ace-5.4-r1.ebuild: + Stable on sparc 15 Nov 2004; Michael Imhof <tantive@gentoo.org> ace-5.4-r1.ebuild: Marked stable on x86. diff --git a/dev-libs/ace/ace-5.4-r1.ebuild b/dev-libs/ace/ace-5.4-r1.ebuild index b1fe15e11ad9..fdf5a66a3cf0 100644 --- a/dev-libs/ace/ace-5.4-r1.ebuild +++ b/dev-libs/ace/ace-5.4-r1.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-r1.ebuild,v 1.2 2004/11/15 12:15:13 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.4-r1.ebuild,v 1.3 2004/11/15 19:28:41 gustavoz 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" |