diff options
author | 2004-03-10 16:32:01 +0000 | |
---|---|---|
committer | 2004-03-10 16:32:01 +0000 | |
commit | 0cd2ff30b8e65c309fb1d2571f725a752d54838e (patch) | |
tree | 55b21202b4c632835082462928ef5a1ce848263d /dev-cpp/libpqpp/libpqpp-4.0-r3.ebuild | |
parent | stable on alpha and ia64 (diff) | |
download | historical-0cd2ff30b8e65c309fb1d2571f725a752d54838e.tar.gz historical-0cd2ff30b8e65c309fb1d2571f725a752d54838e.tar.bz2 historical-0cd2ff30b8e65c309fb1d2571f725a752d54838e.zip |
Marking as stable as this is the only version in the tree and there has been no bug reports as of late
Diffstat (limited to 'dev-cpp/libpqpp/libpqpp-4.0-r3.ebuild')
-rw-r--r-- | dev-cpp/libpqpp/libpqpp-4.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/libpqpp/libpqpp-4.0-r3.ebuild b/dev-cpp/libpqpp/libpqpp-4.0-r3.ebuild index 343f78d437d5..69737f8689ff 100644 --- a/dev-cpp/libpqpp/libpqpp-4.0-r3.ebuild +++ b/dev-cpp/libpqpp/libpqpp-4.0-r3.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-cpp/libpqpp/libpqpp-4.0-r3.ebuild,v 1.1 2004/01/17 22:12:37 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libpqpp/libpqpp-4.0-r3.ebuild,v 1.2 2004/03/10 16:32:01 jhhudso Exp $ MY_P=${P/pp/++} DESCRIPTION="C++ wrapper for the libpq Postgresql library" @@ -8,7 +8,7 @@ HOMEPAGE="http://gborg.postgresql.org/" SRC_URI="ftp://gborg.postgresql.org/pub/libpqpp/stable/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/glibc >=dev-db/postgresql-7.3" |