diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-10 11:22:20 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-10 11:22:20 +0000 |
commit | 2d8a4b925bdfcaf98562d0be3fa815e2f305ac09 (patch) | |
tree | ea2bf602ef18738b5e3de4b30b85148f23ee3e0e | |
parent | Stable on amd64 wrt bug #340038 (diff) | |
download | gentoo-2-2d8a4b925bdfcaf98562d0be3fa815e2f305ac09.tar.gz gentoo-2-2d8a4b925bdfcaf98562d0be3fa815e2f305ac09.tar.bz2 gentoo-2-2d8a4b925bdfcaf98562d0be3fa815e2f305ac09.zip |
Stable on amd64 wrt bug #340189
(Portage version: 2.2_rc91/cvs/Linux x86_64)
-rw-r--r-- | net-libs/libtirpc/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libtirpc/libtirpc-0.2.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/libtirpc/ChangeLog b/net-libs/libtirpc/ChangeLog index e08a60a64574..47570b09066c 100644 --- a/net-libs/libtirpc/ChangeLog +++ b/net-libs/libtirpc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libtirpc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtirpc/ChangeLog,v 1.11 2010/09/12 22:48:46 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtirpc/ChangeLog,v 1.12 2010/10/10 11:22:20 hwoarang Exp $ + + 10 Oct 2010; Markos Chandras <hwoarang@gentoo.org> + libtirpc-0.2.1-r1.ebuild: + Stable on amd64 wrt bug #340189 12 Sep 2010; Diego E. Pettenò <flameeyes@gentoo.org> files/libtirpc-0.2.1-fortify.patch: diff --git a/net-libs/libtirpc/libtirpc-0.2.1-r1.ebuild b/net-libs/libtirpc/libtirpc-0.2.1-r1.ebuild index ea9819bc9fbe..eed82db75c75 100644 --- a/net-libs/libtirpc/libtirpc-0.2.1-r1.ebuild +++ b/net-libs/libtirpc/libtirpc-0.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtirpc/libtirpc-0.2.1-r1.ebuild,v 1.1 2010/09/12 21:41:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtirpc/libtirpc-0.2.1-r1.ebuild,v 1.2 2010/10/10 11:22:20 hwoarang Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="kerberos" RDEPEND="kerberos? ( net-libs/libgssglue )" |