diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-10-07 08:58:10 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-10-07 08:58:10 +0000 |
commit | f0241db4779aa562e21e91d34a75e5e419ee7bfb (patch) | |
tree | 541b44c58223cbb4100b1dac0ccd9b954ea4177c /dev-libs/mdsplib/mdsplib-0.11.ebuild | |
parent | ppc stable and QA fixes (diff) | |
download | historical-f0241db4779aa562e21e91d34a75e5e419ee7bfb.tar.gz historical-f0241db4779aa562e21e91d34a75e5e419ee7bfb.tar.bz2 historical-f0241db4779aa562e21e91d34a75e5e419ee7bfb.zip |
forgot to add IUSE - bad me
Package-Manager: portage-2.0.53_rc3
Diffstat (limited to 'dev-libs/mdsplib/mdsplib-0.11.ebuild')
-rw-r--r-- | dev-libs/mdsplib/mdsplib-0.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/mdsplib/mdsplib-0.11.ebuild b/dev-libs/mdsplib/mdsplib-0.11.ebuild index e6505f70b432..ecb3aac5fda1 100644 --- a/dev-libs/mdsplib/mdsplib-0.11.ebuild +++ b/dev-libs/mdsplib/mdsplib-0.11.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/mdsplib/mdsplib-0.11.ebuild,v 1.2 2005/08/10 19:04:29 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mdsplib/mdsplib-0.11.ebuild,v 1.3 2005/10/07 08:58:10 dragonheart Exp $ DESCRIPTION="METAR Decoder Software Package Library" HOMEPAGE="http://limulus.net/mdsplib/" @@ -9,7 +9,7 @@ SRC_URI="http://limulus.net/mdsplib/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc" - +IUSE="" DEPEND="virtual/libc" RDEPEND="virtual/libc" |