diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-03-09 03:24:30 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-03-09 03:24:30 +0000 |
commit | 3c20100f8197c41f2db946d714285b21ce99a177 (patch) | |
tree | 547a6bedc62dc749a99441874a798c424a8b961a /dev-libs/log4cpp | |
parent | Added ~mips to KEYWORDS (Manifest recommit) (diff) | |
download | gentoo-2-3c20100f8197c41f2db946d714285b21ce99a177.tar.gz gentoo-2-3c20100f8197c41f2db946d714285b21ce99a177.tar.bz2 gentoo-2-3c20100f8197c41f2db946d714285b21ce99a177.zip |
added amd64 to keywords
Diffstat (limited to 'dev-libs/log4cpp')
-rw-r--r-- | dev-libs/log4cpp/log4cpp-0.3.4b.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild b/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild index 7eba5327084a..22e196b6eb30 100644 --- a/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild +++ b/dev-libs/log4cpp/log4cpp-0.3.4b.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/log4cpp/log4cpp-0.3.4b.ebuild,v 1.6 2004/02/22 09:43:09 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild,v 1.7 2004/03/09 03:24:30 jhuebel Exp $ DESCRIPTION="library of C++ classes for flexible logging to files, syslog, IDSA and other destinations" HOMEPAGE="http://log4cpp.sourcforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/log4cpp/${PN}-0.3.4b.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc amd64" DEPEND="virtual/glibc" |