diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-29 14:55:40 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-29 14:55:40 +0000 |
commit | d03b5eb0967c35387e1b7ec1a4abe7c59c19f200 (patch) | |
tree | 3f89596dfd4e7ad9d656b8e6520a6bfda1e92363 /dev-libs/ace | |
parent | fixed src uri (Manifest recommit) (diff) | |
download | gentoo-2-d03b5eb0967c35387e1b7ec1a4abe7c59c19f200.tar.gz gentoo-2-d03b5eb0967c35387e1b7ec1a4abe7c59c19f200.tar.bz2 gentoo-2-d03b5eb0967c35387e1b7ec1a4abe7c59c19f200.zip |
Closing #44427.
Diffstat (limited to 'dev-libs/ace')
-rw-r--r-- | dev-libs/ace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/ace/ace-5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/ace/ChangeLog b/dev-libs/ace/ChangeLog index 9b200b014d07..8ca250730c7b 100644 --- a/dev-libs/ace/ChangeLog +++ b/dev-libs/ace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/ace # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ChangeLog,v 1.14 2004/03/12 00:32:29 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ChangeLog,v 1.15 2004/03/29 14:55:40 aliz Exp $ + + 29 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> ace-5.4.ebuild: + Adding amd64 keyword. Closing #44427. *ace-5.4 (12 Mar 2004) diff --git a/dev-libs/ace/ace-5.4.ebuild b/dev-libs/ace/ace-5.4.ebuild index 50e599470493..9a395f50f173 100644 --- a/dev-libs/ace/ace-5.4.ebuild +++ b/dev-libs/ace/ace-5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.4.ebuild,v 1.2 2004/03/12 05:59:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.4.ebuild,v 1.3 2004/03/29 14:55:40 aliz 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" +KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64" IUSE="ipv6" DEPEND="virtual/glibc" |