diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-11-13 13:11:46 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2008-11-13 13:11:46 +0000 |
commit | 6c08c5b4a1b9d0a41e0b29269bf15bb3049f1301 (patch) | |
tree | cbdb1c43e1d22e99a1a541228864946ab20932b2 /media-video/ttcut/ttcut-9999.ebuild | |
parent | Only disable the thread test instead of restricting tests, upstream is aware ... (diff) | |
download | gentoo-2-6c08c5b4a1b9d0a41e0b29269bf15bb3049f1301.tar.gz gentoo-2-6c08c5b4a1b9d0a41e0b29269bf15bb3049f1301.tar.bz2 gentoo-2-6c08c5b4a1b9d0a41e0b29269bf15bb3049f1301.zip |
Change name of the binary in live ebuild. The app works on amd64, so keyword it ~amd64.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r1 i686)
Diffstat (limited to 'media-video/ttcut/ttcut-9999.ebuild')
-rw-r--r-- | media-video/ttcut/ttcut-9999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-video/ttcut/ttcut-9999.ebuild b/media-video/ttcut/ttcut-9999.ebuild index 610f86d4ef3e..9239968b1979 100644 --- a/media-video/ttcut/ttcut-9999.ebuild +++ b/media-video/ttcut/ttcut-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-9999.ebuild,v 1.1 2008/11/11 19:53:59 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-9999.ebuild,v 1.2 2008/11/13 13:11:46 zzam Exp $ EAPI="1" inherit eutils qt4 subversion @@ -11,7 +11,7 @@ ESVN_REPO_URI="http://svn.berlios.de/svnroot/repos/ttcut/branches/refactor" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-amd64" +KEYWORDS="" IUSE="" DEPEND="|| ( ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 ) =x11-libs/qt-4.3*:4 ) @@ -38,9 +38,9 @@ src_compile() { } src_install() { - dobin TTCut || die "Couldn't install TTCut" - make_desktop_entry TTCut TTCut "" "AudioVideo;Video;AudioVideoEditing" || \ - die "Couldn't make TTCut desktop entry" + dobin ttcut || die "Couldn't install ttcut" + make_desktop_entry ttcut TTCut "" "AudioVideo;Video;AudioVideoEditing" || \ + die "Couldn't make ttcut desktop entry" dodoc AUTHORS BUGS CHANGELOG \ README.DE README.EN TODO || die "Couldn't install documentation" |