diff options
author | 2008-01-28 10:55:42 +0000 | |
---|---|---|
committer | 2008-01-28 10:55:42 +0000 | |
commit | 112f177fc9c593c4710ab64c636ebb7f6820494b (patch) | |
tree | 412e8716f882df2fa19e64fe3dacda87e9448db5 | |
parent | qemu-user linking broken (diff) | |
download | gentoo-2-112f177fc9c593c4710ab64c636ebb7f6820494b.tar.gz gentoo-2-112f177fc9c593c4710ab64c636ebb7f6820494b.tar.bz2 gentoo-2-112f177fc9c593c4710ab64c636ebb7f6820494b.zip |
Stable on x86 wrt bug #207845
(Portage version: 2.1.3.19)
-rw-r--r-- | net-p2p/mktorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/mktorrent/mktorrent-0.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-p2p/mktorrent/ChangeLog b/net-p2p/mktorrent/ChangeLog index ac4e540ce94d..95197d2e8995 100644 --- a/net-p2p/mktorrent/ChangeLog +++ b/net-p2p/mktorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/mktorrent -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/ChangeLog,v 1.3 2007/12/30 15:55:51 armin76 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/ChangeLog,v 1.4 2008/01/28 10:55:42 cla Exp $ + + 28 Jan 2008; Dawid Węgliński <cla@gentoo.org> mktorrent-0.4.ebuild: + Stable on x86 (bug #207845) *mktorrent-0.4 (30 Dec 2007) diff --git a/net-p2p/mktorrent/mktorrent-0.4.ebuild b/net-p2p/mktorrent/mktorrent-0.4.ebuild index d3ee217a7329..e202777269b2 100644 --- a/net-p2p/mktorrent/mktorrent-0.4.ebuild +++ b/net-p2p/mktorrent/mktorrent-0.4.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-p2p/mktorrent/mktorrent-0.4.ebuild,v 1.1 2007/12/30 15:55:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/mktorrent-0.4.ebuild,v 1.2 2008/01/28 10:55:42 cla Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/mktorrent/mktorrent-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" RDEPEND="dev-libs/openssl" |