diff options
author | Lars Weiler <pylon@gentoo.org> | 2005-07-09 18:27:08 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2005-07-09 18:27:08 +0000 |
commit | 17c49b093795a39db330909670eb14d663e77de5 (patch) | |
tree | f5fd5c0fa174968cba22af473f92d006b49eebf3 /media-tv/tvtime/tvtime-0.9.15.ebuild | |
parent | QA: Cleaner einfo, ewarn, eerror and echo usage (diff) | |
download | gentoo-2-17c49b093795a39db330909670eb14d663e77de5.tar.gz gentoo-2-17c49b093795a39db330909670eb14d663e77de5.tar.bz2 gentoo-2-17c49b093795a39db330909670eb14d663e77de5.zip |
Version bump. Previous version stable on x86.
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-tv/tvtime/tvtime-0.9.15.ebuild')
-rw-r--r-- | media-tv/tvtime/tvtime-0.9.15.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-tv/tvtime/tvtime-0.9.15.ebuild b/media-tv/tvtime/tvtime-0.9.15.ebuild index 2f4537d7bf19..2f93ec29aec5 100644 --- a/media-tv/tvtime/tvtime-0.9.15.ebuild +++ b/media-tv/tvtime/tvtime-0.9.15.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/media-tv/tvtime/tvtime-0.9.15.ebuild,v 1.2 2005/03/01 02:12:41 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvtime/tvtime-0.9.15.ebuild,v 1.3 2005/07/09 18:27:08 pylon Exp $ inherit eutils @@ -11,7 +11,7 @@ RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 x86" IUSE="pic nls" RDEPEND="virtual/x11 @@ -30,7 +30,8 @@ src_unpack() { sed -i -e "s/tvtime.png/tvtime/" ${S}/docs/net-tvtime.desktop # patch to adapt to PIC or __PIC__ for pic support # see bug #74227 - epatch ${FILESDIR}/${P}-pic.patch + cd ${S} + epatch ${FILESDIR}/${PN}-pic.patch } |