diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-20 00:32:29 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-20 00:32:29 +0000 |
commit | 2f27b28ed8627d1c0c65d83a22bb511f6f9169df (patch) | |
tree | 85372922842281ee9b8610ae693a8fa867da4533 /dev-libs/ace | |
parent | Fix bug #150326 again, hopefully for good this time! (diff) | |
download | historical-2f27b28ed8627d1c0c65d83a22bb511f6f9169df.tar.gz historical-2f27b28ed8627d1c0c65d83a22bb511f6f9169df.tar.bz2 historical-2f27b28ed8627d1c0c65d83a22bb511f6f9169df.zip |
Stable on Alpha.
Package-Manager: portage-2.1.2_pre3-r2
Diffstat (limited to 'dev-libs/ace')
-rw-r--r-- | dev-libs/ace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/ace/ace-5.4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/ace/ChangeLog b/dev-libs/ace/ChangeLog index 17af04ba55f4..f9efefe97c49 100644 --- a/dev-libs/ace/ChangeLog +++ b/dev-libs/ace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/ace # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ChangeLog,v 1.34 2006/08/18 12:42:27 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ChangeLog,v 1.35 2006/10/20 00:10:23 kloeri Exp $ + + 20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> ace-5.4.6.ebuild: + Stable on Alpha. 18 Aug 2006; Gustavo Zacarias <gustavoz@gentoo.org> ace-5.4.6.ebuild: Stable on sparc diff --git a/dev-libs/ace/ace-5.4.6.ebuild b/dev-libs/ace/ace-5.4.6.ebuild index 0655b8b29eed..bebe860398b5 100644 --- a/dev-libs/ace/ace-5.4.6.ebuild +++ b/dev-libs/ace/ace-5.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.4.6.ebuild,v 1.5 2006/08/18 12:42:27 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.4.6.ebuild,v 1.6 2006/10/20 00:10:23 kloeri Exp $ inherit eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.cs.wustl.edu/~schmidt/ACE.html" SLOT="0" LICENSE="BSD as-is" -KEYWORDS="~alpha ~amd64 ppc sparc x86" +KEYWORDS="alpha ~amd64 ppc sparc x86" IUSE="X ipv6" DEPEND="dev-libs/openssl" |