diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-17 01:18:06 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-17 01:18:06 +0000 |
commit | 401746f51e02852e7920d2914f25695c19e772b9 (patch) | |
tree | 7824060a078ad33a637202315421df80ee1f77b1 /dev-libs/cpl-stratego | |
parent | x86 stable (diff) | |
download | gentoo-2-401746f51e02852e7920d2914f25695c19e772b9.tar.gz gentoo-2-401746f51e02852e7920d2914f25695c19e772b9.tar.bz2 gentoo-2-401746f51e02852e7920d2914f25695c19e772b9.zip |
add ~alpha and ~ia64
Diffstat (limited to 'dev-libs/cpl-stratego')
-rw-r--r-- | dev-libs/cpl-stratego/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/cpl-stratego/cpl-stratego-0.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/cpl-stratego/ChangeLog b/dev-libs/cpl-stratego/ChangeLog index 27aa0f98048e..023c60d6ce4a 100644 --- a/dev-libs/cpl-stratego/ChangeLog +++ b/dev-libs/cpl-stratego/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/cpl-stratego -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cpl-stratego/ChangeLog,v 1.5 2003/02/12 06:02:25 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cpl-stratego/ChangeLog,v 1.6 2004/02/17 01:13:43 agriffis Exp $ + + 16 Feb 2004; Aron Griffis <agriffis@gentoo.org> cpl-stratego-0.4.ebuild: + add ~alpha and ~ia64 20 Jan 2003; Jon Nall <nall@gentoo.org> cpl-stratego-0.4.ebuild : added ~ppc diff --git a/dev-libs/cpl-stratego/cpl-stratego-0.4.ebuild b/dev-libs/cpl-stratego/cpl-stratego-0.4.ebuild index 7e334f066346..00ffee978994 100644 --- a/dev-libs/cpl-stratego/cpl-stratego-0.4.ebuild +++ b/dev-libs/cpl-stratego/cpl-stratego-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cpl-stratego/cpl-stratego-0.4.ebuild,v 1.8 2003/02/13 10:35:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cpl-stratego/cpl-stratego-0.4.ebuild,v 1.9 2004/02/17 01:13:43 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="Choice library mostly used by Stratego" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.stratego-language.org" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc ~ppc" +KEYWORDS="x86 sparc ~ppc ~alpha ~ia64" DEPEND="virtual/glibc" |