diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-23 23:44:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-23 23:44:46 +0000 |
commit | 7bd740ae6a6bea53617149b3c251bc7c1d2aa76e (patch) | |
tree | d0c342a57dfd532efc071c664e057b480e5cec5d /app-admin/flexlm/flexlm-9.2.1.ebuild | |
parent | don't use deprecated ? : syntax (Manifest recommit) (diff) | |
download | gentoo-2-7bd740ae6a6bea53617149b3c251bc7c1d2aa76e.tar.gz gentoo-2-7bd740ae6a6bea53617149b3c251bc7c1d2aa76e.tar.bz2 gentoo-2-7bd740ae6a6bea53617149b3c251bc7c1d2aa76e.zip |
virtual/libc; add missing IUSE
Diffstat (limited to 'app-admin/flexlm/flexlm-9.2.1.ebuild')
-rw-r--r-- | app-admin/flexlm/flexlm-9.2.1.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/app-admin/flexlm/flexlm-9.2.1.ebuild b/app-admin/flexlm/flexlm-9.2.1.ebuild index f2ff30adf6db..871909089b57 100644 --- a/app-admin/flexlm/flexlm-9.2.1.ebuild +++ b/app-admin/flexlm/flexlm-9.2.1.ebuild @@ -6,12 +6,16 @@ HOMEPAGE="http://www.macrovision.com/services/support/flexlm/lmgrd.shtml" SRC_URI="ftp://ftp.globes.com/flexlm/unix/v${PV}/i86_s8/lmgrd.Z ftp://ftp.globes.com/flexlm/unix/v${PV}/i86_s8/lmutil.Z http://www.macrovision.com/services/support/flexlm/enduser.pdf" + LICENSE="Macromedia" +SLOT="0" KEYWORDS="~x86" -DEPEND="virtual/glibc" -S=${WORKDIR} +IUSE="" RESTRICT="nostrip" -SLOT="0" + +DEPEND="virtual/libc" + +S="${WORKDIR}" src_unpack() { unpack ${A} |