diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-07-23 03:09:43 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-07-23 03:09:43 +0000 |
commit | a1d67d41733a53bdb1b26bdc1f9b33ca043da083 (patch) | |
tree | 1a033ed1fc26d20b495916269d2478db8fb3d063 /dev-db/unixODBC/unixODBC-2.2.2.ebuild | |
parent | fixes for repoman (diff) | |
download | historical-a1d67d41733a53bdb1b26bdc1f9b33ca043da083.tar.gz historical-a1d67d41733a53bdb1b26bdc1f9b33ca043da083.tar.bz2 historical-a1d67d41733a53bdb1b26bdc1f9b33ca043da083.zip |
fixes for repoman
Diffstat (limited to 'dev-db/unixODBC/unixODBC-2.2.2.ebuild')
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.2.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-db/unixODBC/unixODBC-2.2.2.ebuild b/dev-db/unixODBC/unixODBC-2.2.2.ebuild index 42f110cb5283..77b30471a9b8 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 or later -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.2.ebuild,v 1.1 2002/07/09 18:41:21 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.2.ebuild,v 1.2 2002/07/23 03:08:12 rphillips Exp $ S=${WORKDIR}/${P} DESCRIPTION="ODBC Interface for Linux" @@ -11,6 +11,8 @@ DEPEND="virtual/glibc >=sys-libs/ncurses-5.2 qt? ( >=x11-libs/qt-3.0* )" LICENSE="GPL-2" +KEYWORDS="x86" +SLOT="0" src_unpack() { unpack ${A} |