diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-07-29 16:53:04 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-07-29 16:53:04 +0000 |
commit | d986104a9b34c714ace741815e34565aba580068 (patch) | |
tree | aa6d59bcde5d672902428753e9cc0cdb2b7c80e6 /net-libs/libtorrent | |
parent | alpha/ia64/sparc/x86 stable wrt #233122 (diff) | |
download | historical-d986104a9b34c714ace741815e34565aba580068.tar.gz historical-d986104a9b34c714ace741815e34565aba580068.tar.bz2 historical-d986104a9b34c714ace741815e34565aba580068.zip |
x86 stable wrt #233122
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-libs/libtorrent')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.12.2-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index a08402f24fd1..1cc508b1436f 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libtorrent # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.117 2008/06/28 11:34:22 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.118 2008/07/29 16:53:04 armin76 Exp $ + + 29 Jul 2008; Raúl Porcel <armin76@gentoo.org> + libtorrent-0.12.2-r3.ebuild: + x86 stable wrt #233122 *libtorrent-0.12.2-r3 (28 Jun 2008) diff --git a/net-libs/libtorrent/libtorrent-0.12.2-r3.ebuild b/net-libs/libtorrent/libtorrent-0.12.2-r3.ebuild index f5dbd6a76d37..93e4a7b1976b 100644 --- a/net-libs/libtorrent/libtorrent-0.12.2-r3.ebuild +++ b/net-libs/libtorrent/libtorrent-0.12.2-r3.ebuild @@ -1,6 +1,6 @@ # 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.12.2-r3.ebuild,v 1.1 2008/06/28 11:34:22 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.2-r3.ebuild,v 1.2 2008/07/29 16:53:04 armin76 Exp $ inherit autotools 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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="debug ipv6" |