diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-06-01 13:32:20 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-06-01 13:32:20 +0000 |
commit | 02ca4de319f9fd44a36512cb3edcd51f6c0c8a92 (patch) | |
tree | 51eb22ca8da5b49f7fbe21443596b35bda9e9bf3 /x11-misc/vnc2swf | |
parent | Stable on x86 (diff) | |
download | historical-02ca4de319f9fd44a36512cb3edcd51f6c0c8a92.tar.gz historical-02ca4de319f9fd44a36512cb3edcd51f6c0c8a92.tar.bz2 historical-02ca4de319f9fd44a36512cb3edcd51f6c0c8a92.zip |
Add IUSE=
Diffstat (limited to 'x11-misc/vnc2swf')
-rw-r--r-- | x11-misc/vnc2swf/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/vnc2swf/vnc2swf-0.3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/vnc2swf/ChangeLog b/x11-misc/vnc2swf/ChangeLog index f5a6eeda4882..080f63085ab9 100644 --- a/x11-misc/vnc2swf/ChangeLog +++ b/x11-misc/vnc2swf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/vnc2swf # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/ChangeLog,v 1.3 2004/04/11 17:23:46 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/ChangeLog,v 1.4 2004/06/01 13:30:31 tseng Exp $ + + 01 Jun 2004; Brandon Hale <tseng@gentoo.org> vnc2swf-0.3.ebuild: + Add IUSE= 11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> vnc2swf-0.3.ebuild: Marked stable. diff --git a/x11-misc/vnc2swf/vnc2swf-0.3.ebuild b/x11-misc/vnc2swf/vnc2swf-0.3.ebuild index 986884952c1b..7501a2b27997 100644 --- a/x11-misc/vnc2swf/vnc2swf-0.3.ebuild +++ b/x11-misc/vnc2swf/vnc2swf-0.3.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/x11-misc/vnc2swf/vnc2swf-0.3.ebuild,v 1.3 2004/04/11 17:23:46 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/vnc2swf/vnc2swf-0.3.ebuild,v 1.4 2004/06/01 13:30:31 tseng Exp $ SLOT="0" DESCRIPTION="A tool for recording Shock wave Flash movies from vnc sessions" @@ -11,6 +11,7 @@ DEPEND=">=media-libs/ming-0.2a virtual/glibc virtual/x11" KEYWORDS="x86 ~ppc" +IUSE="" src_compile() { econf || die "Configure Failed" |