diff options
author | Peter Weller <welp@gentoo.org> | 2007-04-04 17:33:31 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-04-04 17:33:31 +0000 |
commit | 0ef902a979d978c6a19c26b410ae4ea2f403c0b6 (patch) | |
tree | 06b650e3b98711a7ef714337c397ddedd97fd7f9 /net-p2p/gtorrentviewer | |
parent | Keyworded ~x86-fbsd (diff) | |
download | gentoo-2-0ef902a979d978c6a19c26b410ae4ea2f403c0b6.tar.gz gentoo-2-0ef902a979d978c6a19c26b410ae4ea2f403c0b6.tar.bz2 gentoo-2-0ef902a979d978c6a19c26b410ae4ea2f403c0b6.zip |
Keyworded ~x86-fbsd
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-p2p/gtorrentviewer')
-rw-r--r-- | net-p2p/gtorrentviewer/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/gtorrentviewer/ChangeLog b/net-p2p/gtorrentviewer/ChangeLog index bffd1d2ac792..d7cf01522ea8 100644 --- a/net-p2p/gtorrentviewer/ChangeLog +++ b/net-p2p/gtorrentviewer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/gtorrentviewer # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/ChangeLog,v 1.8 2007/03/18 22:21:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/ChangeLog,v 1.9 2007/04/04 17:33:31 welp Exp $ + + 04 Apr 2007; Peter Weller <welp@gentoo.org> gtorrentviewer-0.2b.ebuild: + Keyworded ~x86-fbsd 18 Mar 2007; Raúl Porcel <armin76@gentoo.org> -gtorrentviewer-0.2a.ebuild: diff --git a/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild b/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild index 5e23cf648913..5188641d459d 100644 --- a/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild +++ b/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild,v 1.3 2007/03/18 22:14:20 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild,v 1.4 2007/04/04 17:33:31 welp 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="amd64 x86" +KEYWORDS="amd64 x86 ~x86-fbsd" SLOT="0" IUSE="" S=${WORKDIR}/${MY_P} |