diff options
author | Travis Tilley <lv@gentoo.org> | 2004-11-05 22:15:47 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-11-05 22:15:47 +0000 |
commit | dae57f6fa0d11ecc7fc625bba9642c4b3420eceb (patch) | |
tree | ddf8421ebe88124fac08f118ad038a5b4fc5671e /net-p2p/gtorrentviewer | |
parent | add rcs dep; this script uses rcs to read directly from the cvs repo (Manifes... (diff) | |
download | gentoo-2-dae57f6fa0d11ecc7fc625bba9642c4b3420eceb.tar.gz gentoo-2-dae57f6fa0d11ecc7fc625bba9642c4b3420eceb.tar.bz2 gentoo-2-dae57f6fa0d11ecc7fc625bba9642c4b3420eceb.zip |
yay amd64
Diffstat (limited to 'net-p2p/gtorrentviewer')
-rw-r--r-- | net-p2p/gtorrentviewer/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/gtorrentviewer/gtorrentviewer-0.2a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/gtorrentviewer/ChangeLog b/net-p2p/gtorrentviewer/ChangeLog index 6172209a5b79..0aa6c2e8bc5d 100644 --- a/net-p2p/gtorrentviewer/ChangeLog +++ b/net-p2p/gtorrentviewer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/gtorrentviewer # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/ChangeLog,v 1.1 2004/10/20 03:28:43 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/ChangeLog,v 1.2 2004/11/05 22:15:47 lv Exp $ + + 05 Nov 2004; Travis Tilley <lv@gentoo.org> gtorrentviewer-0.2a.ebuild: + yay amd64 *gtorrentviewer-0.2a (19 Oct 2004) diff --git a/net-p2p/gtorrentviewer/gtorrentviewer-0.2a.ebuild b/net-p2p/gtorrentviewer/gtorrentviewer-0.2a.ebuild index bf2deec23dcb..05c6d8c268b2 100644 --- a/net-p2p/gtorrentviewer/gtorrentviewer-0.2a.ebuild +++ b/net-p2p/gtorrentviewer/gtorrentviewer-0.2a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/gtorrentviewer-0.2a.ebuild,v 1.1 2004/10/20 03:28:43 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/gtorrentviewer-0.2a.ebuild,v 1.2 2004/11/05 22:15:47 lv Exp $ inherit eutils gnome2 @@ -11,7 +11,7 @@ DESCRIPTION="A GTK2-based viewer and editor for BitTorrent meta files" HOMEPAGE="http://gtorrentviewer.sourceforge.net/" SRC_URI="mirror://sourceforge/gtorrentviewer/${MY_P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="~x86 amd64" SLOT="0" IUSE="" S=${WORKDIR}/${MY_P} |