diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2005-07-08 12:04:28 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2005-07-08 12:04:28 +0000 |
commit | 761cf1beb3dec2db9f6d99be6967872162a9b29d (patch) | |
tree | cb92cbb2d257b7e91caaf0f62a3b5ad79fce7e81 /media-tv/linuxtv-dvb-apps | |
parent | added warning to amd64 users (diff) | |
download | historical-761cf1beb3dec2db9f6d99be6967872162a9b29d.tar.gz historical-761cf1beb3dec2db9f6d99be6967872162a9b29d.tar.bz2 historical-761cf1beb3dec2db9f6d99be6967872162a9b29d.zip |
Added ~amd64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-tv/linuxtv-dvb-apps')
-rw-r--r-- | media-tv/linuxtv-dvb-apps/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0_p20050702.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-tv/linuxtv-dvb-apps/ChangeLog b/media-tv/linuxtv-dvb-apps/ChangeLog index 5fff0d76c0d0..07fdc61005b2 100644 --- a/media-tv/linuxtv-dvb-apps/ChangeLog +++ b/media-tv/linuxtv-dvb-apps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/linuxtv-dvb-apps # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/ChangeLog,v 1.3 2005/07/05 22:39:46 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/ChangeLog,v 1.4 2005/07/08 12:04:28 zzam Exp $ + + 08 Jul 2005; Matthias Schwarzott <zzam@gentoo.org> + linuxtv-dvb-apps-1.1.0_p20050702.ebuild: + Added ~amd64 *linuxtv-dvb-apps-1.1.0_p20050702 (05 Jul 2005) diff --git a/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0_p20050702.ebuild b/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0_p20050702.ebuild index 07a2ae03ace2..38845e209fc9 100644 --- a/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0_p20050702.ebuild +++ b/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0_p20050702.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/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0_p20050702.ebuild,v 1.1 2005/07/05 22:39:46 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0_p20050702.ebuild,v 1.2 2005/07/08 12:04:28 zzam Exp $ inherit eutils @@ -13,7 +13,7 @@ HOMEPAGE="http://www.linuxtv.org/" DESCRIPTION="small utils for DVB to scan, zap, view signal strength, ..." LICENSE="GPL-2" SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" S=${WORKDIR}/${MY_P} DEPEND="usb? ( dev-libs/libusb )" |