diff options
Diffstat (limited to 'dev-libs/libpqxx/libpqxx-2.4.2.ebuild')
-rw-r--r-- | dev-libs/libpqxx/libpqxx-2.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libpqxx/libpqxx-2.4.2.ebuild b/dev-libs/libpqxx/libpqxx-2.4.2.ebuild index 48cc292d0bc3..34e6efa2f295 100644 --- a/dev-libs/libpqxx/libpqxx-2.4.2.ebuild +++ b/dev-libs/libpqxx/libpqxx-2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/libpqxx-2.4.2.ebuild,v 1.2 2005/02/09 22:07:00 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/libpqxx-2.4.2.ebuild,v 1.3 2005/04/01 17:28:01 blubb Exp $ IUSE="" DESCRIPTION="C++ client API for PostgreSQL. The standard front-end for writing C++ programs that use PostgreSQL. Supersedes older libpq++ interface." @@ -8,7 +8,7 @@ SRC_URI="ftp://gborg.postgresql.org/pub/libpqxx/stable/${P}.tar.gz" HOMEPAGE="http://pqxx.tk/" LICENSE="BSD" -KEYWORDS="x86 ~amd64" +KEYWORDS="x86 amd64" SLOT="0" DEPEND="dev-db/postgresql" |