diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-07-25 19:05:05 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-07-25 19:05:05 +0000 |
commit | 0a71ea4d5f2db4938d390c8f540329e6182d7dff (patch) | |
tree | 0438eda1c7a4219b1cc5a6d8ed18515ac7aadb79 /media-video/ttcut | |
parent | install ucspi-proxy binary (bug #232811 - thanks Georgi Georgiev) - fix DESCR... (diff) | |
download | gentoo-2-0a71ea4d5f2db4938d390c8f540329e6182d7dff.tar.gz gentoo-2-0a71ea4d5f2db4938d390c8f540329e6182d7dff.tar.bz2 gentoo-2-0a71ea4d5f2db4938d390c8f540329e6182d7dff.zip |
Drop amd64, bug 228145
(Portage version: 2.2_rc3/cvs/Linux 2.6.25-tuxonice-r6 x86_64)
Diffstat (limited to 'media-video/ttcut')
-rw-r--r-- | media-video/ttcut/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/ttcut/ttcut-0.19.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/ttcut/ChangeLog b/media-video/ttcut/ChangeLog index c167793f62a2..3bf7d7d7b2ed 100644 --- a/media-video/ttcut/ChangeLog +++ b/media-video/ttcut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/ttcut # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.15 2008/06/25 07:15:28 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.16 2008/07/25 19:05:05 beandog Exp $ + + 25 Jul 2008; Steve Dibb <beandog@gentoo.org> ttcut-0.19.6-r1.ebuild: + Drop amd64, bug 228145 25 Jun 2008; Dawid Węgliński <cla@gentoo.org> ttcut-0.19.6-r1.ebuild: Reverting back to ~amd64 diff --git a/media-video/ttcut/ttcut-0.19.6-r1.ebuild b/media-video/ttcut/ttcut-0.19.6-r1.ebuild index ec8a8e04d1b8..4e8514dae602 100644 --- a/media-video/ttcut/ttcut-0.19.6-r1.ebuild +++ b/media-video/ttcut/ttcut-0.19.6-r1.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-0.19.6-r1.ebuild,v 1.6 2008/06/25 07:15:28 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild,v 1.7 2008/07/25 19:05:05 beandog Exp $ EAPI="1" inherit eutils qt4 @@ -10,7 +10,7 @@ HOMEPAGE="http://ttcut.tritime.org/" SRC_URI="mirror://berlios/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="-amd64 x86" IUSE="" DEPEND="|| ( >=x11-libs/qt-4.3.0:4 ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 ) ) |