diff options
author | 2008-01-10 08:48:45 +0000 | |
---|---|---|
committer | 2008-01-10 08:48:45 +0000 | |
commit | bbec210a6308b110a1aec8b1b7da7cc23a31e407 (patch) | |
tree | 0e7196dcdddc01bd256baf7378f0f2c03dfbe838 /net-libs | |
parent | arm stable (diff) | |
download | historical-bbec210a6308b110a1aec8b1b7da7cc23a31e407.tar.gz historical-bbec210a6308b110a1aec8b1b7da7cc23a31e407.tar.bz2 historical-bbec210a6308b110a1aec8b1b7da7cc23a31e407.zip |
Added hppa to KEYWORDS.
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.11.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 2faac521792c..303be5d9b02e 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libtorrent -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.105 2007/11/13 16:30:42 drac Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.106 2008/01/10 08:48:45 gmsoft Exp $ + + 10 Jan 2008; Guy Martin <gmsoft@gentoo.org> libtorrent-0.11.9.ebuild: + Added hppa to KEYWORDS. 13 Nov 2007; Samuli Suominen <drac@gentoo.org> libtorrent-0.11.8.ebuild: amd64 stable wrt #198558 diff --git a/net-libs/libtorrent/libtorrent-0.11.9.ebuild b/net-libs/libtorrent/libtorrent-0.11.9.ebuild index 449a3e5f1e58..a3652f989c35 100644 --- a/net-libs/libtorrent/libtorrent-0.11.9.ebuild +++ b/net-libs/libtorrent/libtorrent-0.11.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild,v 1.2 2007/11/13 15:23:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild,v 1.3 2008/01/10 08:48:45 gmsoft Exp $ inherit eutils toolchain-funcs flag-o-matic libtool @@ -9,7 +9,7 @@ HOMEPAGE="http://libtorrent.rakshasa.no/" SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="debug" |