diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-17 21:58:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-17 21:58:50 +0000 |
commit | 5260b42e3a7cafff000e101493d3b27a57881621 (patch) | |
tree | 306120264d0baf76d9fa856eb4869c3d68245fe6 /dev-libs | |
parent | stable on alpha and ia64 (Manifest recommit) (diff) | |
download | gentoo-2-5260b42e3a7cafff000e101493d3b27a57881621.tar.gz gentoo-2-5260b42e3a7cafff000e101493d3b27a57881621.tar.bz2 gentoo-2-5260b42e3a7cafff000e101493d3b27a57881621.zip |
add ~alpha and ~ia64
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/vanessa-logger/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/vanessa-logger/vanessa-logger-0.0.4_beta2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/vanessa-logger/ChangeLog b/dev-libs/vanessa-logger/ChangeLog index 88002fd7eb1a..996572d0aaf9 100644 --- a/dev-libs/vanessa-logger/ChangeLog +++ b/dev-libs/vanessa-logger/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/vanessa-logger -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/vanessa-logger/ChangeLog,v 1.1 2003/03/15 07:03:50 george Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/dev-libs/vanessa-logger/ChangeLog,v 1.2 2004/02/17 21:58:50 agriffis Exp $ + + 17 Feb 2004; Aron Griffis <agriffis@gentoo.org> + vanessa-logger-0.0.4_beta2.ebuild: + add ~alpha and ~ia64 *vanessa-logger-0.0.4_beta2.ebuild (14 Mar 2003) diff --git a/dev-libs/vanessa-logger/vanessa-logger-0.0.4_beta2.ebuild b/dev-libs/vanessa-logger/vanessa-logger-0.0.4_beta2.ebuild index 90f9801fafd8..50f68f570dc3 100644 --- a/dev-libs/vanessa-logger/vanessa-logger-0.0.4_beta2.ebuild +++ b/dev-libs/vanessa-logger/vanessa-logger-0.0.4_beta2.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/vanessa-logger/vanessa-logger-0.0.4_beta2.ebuild,v 1.2 2003/04/06 07:59:08 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/vanessa-logger/vanessa-logger-0.0.4_beta2.ebuild,v 1.3 2004/02/17 21:58:50 agriffis Exp $ DESCRIPTION="Generic logging layer that may be used to log to one or more of syslog, an open file handle or a file name." HOMEPAGE="http://www.vergenet.net/linux/vanessa/" @@ -8,7 +8,7 @@ SRC_URI="http://www.vergenet.net/linux/perdition/download/BETA/1.11beta5/vanessa LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~alpha ~ia64" IUSE="" DEPEND="virtual/glibc" |