diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-11-16 07:26:45 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-11-16 07:26:45 +0000 |
commit | 9c4f6351e851beccd61cfa14ecfafaf4e684c1b7 (patch) | |
tree | cd5da821a7301d5a8c29ecf8660c881388b27d21 /dev-db | |
parent | Initial import. Thanks to Ryan Shaw (ryan.shaw@stanfordalumni.org) (diff) | |
download | gentoo-2-9c4f6351e851beccd61cfa14ecfafaf4e684c1b7.tar.gz gentoo-2-9c4f6351e851beccd61cfa14ecfafaf4e684c1b7.tar.bz2 gentoo-2-9c4f6351e851beccd61cfa14ecfafaf4e684c1b7.zip |
move to unstable
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.0.8.ebuild | 4 | ||||
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.2.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/unixODBC/unixODBC-2.0.8.ebuild b/dev-db/unixODBC/unixODBC-2.0.8.ebuild index 77b0def32b27..afe629345fbf 100644 --- a/dev-db/unixODBC/unixODBC-2.0.8.ebuild +++ b/dev-db/unixODBC/unixODBC-2.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.0.8.ebuild,v 1.11 2002/10/19 22:00:52 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.0.8.ebuild,v 1.12 2002/11/16 07:26:45 lostlogic Exp $ IUSE="qt" @@ -9,7 +9,7 @@ DESCRIPTION="ODBC Interface for Linux" SRC_URI="http://www.unixodbc.org/${P}.tar.gz" HOMEPAGE="http://www.unixodbc.org" LICENSE="GPL-2" -KEYWORDS="x86 ppc" +KEYWORDS="~x86 ~ppc" DEPEND="virtual/glibc >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 diff --git a/dev-db/unixODBC/unixODBC-2.2.2.ebuild b/dev-db/unixODBC/unixODBC-2.2.2.ebuild index 0fcecda62fd0..a25808ececd0 100644 --- a/dev-db/unixODBC/unixODBC-2.2.2.ebuild +++ b/dev-db/unixODBC/unixODBC-2.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.2.ebuild,v 1.5 2002/10/19 21:45:03 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.2.ebuild,v 1.6 2002/11/16 07:26:45 lostlogic Exp $ IUSE="qt" @@ -13,7 +13,7 @@ DEPEND="virtual/glibc >=sys-libs/ncurses-5.2 qt? ( >=x11-libs/qt-3.0* )" LICENSE="GPL-2" -KEYWORDS="x86 ppc" +KEYWORDS="~x86 ~ppc" SLOT="0" src_unpack() { |