diff options
-rw-r--r-- | dev-libs/libpqxx/libpqxx-1.5.1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/log4cpp/log4cpp-0.3.4b.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libpqxx/libpqxx-1.5.1.ebuild b/dev-libs/libpqxx/libpqxx-1.5.1.ebuild index f0f1681ad3cb..c75734d46359 100644 --- a/dev-libs/libpqxx/libpqxx-1.5.1.ebuild +++ b/dev-libs/libpqxx/libpqxx-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/libpqxx-1.5.1.ebuild,v 1.2 2003/06/16 20:49:36 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/libpqxx-1.5.1.ebuild,v 1.3 2004/03/09 03:23:12 jhuebel Exp $ DESCRIPTION="a modern C++ frontend to the PostgresSQL database." HOMEPAGE="http://pqxx.tk" @@ -8,7 +8,7 @@ SRC_URI="ftp://gborg.postgresql.org/pub/libpqxx/stable/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 amd64" DEPEND=">=dev-db/postgresql-7.3.2" S=${WORKDIR}/${P} 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" |