diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-04 18:12:12 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-04 18:12:12 +0000 |
commit | 9d5c56c2a552f821d23a77383665dcaa7d15939c (patch) | |
tree | 67fb0967fe5accdc4ca2e7fb22d2fc59e5acf62c /net-libs/libtirpc | |
parent | x86 stable wrt bug #396001 (diff) | |
download | gentoo-2-9d5c56c2a552f821d23a77383665dcaa7d15939c.tar.gz gentoo-2-9d5c56c2a552f821d23a77383665dcaa7d15939c.tar.bz2 gentoo-2-9d5c56c2a552f821d23a77383665dcaa7d15939c.zip |
x86 stable wrt bug #394979
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'net-libs/libtirpc')
-rw-r--r-- | net-libs/libtirpc/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/libtirpc/libtirpc-0.2.2-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-libs/libtirpc/ChangeLog b/net-libs/libtirpc/ChangeLog index fa2c715aa51a..f76fdde3e17d 100644 --- a/net-libs/libtirpc/ChangeLog +++ b/net-libs/libtirpc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libtirpc -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtirpc/ChangeLog,v 1.23 2011/12/22 22:06:20 maekke Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtirpc/ChangeLog,v 1.24 2012/01/04 18:12:12 phajdan.jr Exp $ + + 04 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> + libtirpc-0.2.2-r1.ebuild: + x86 stable wrt bug #394979 22 Dec 2011; Markus Meier <maekke@gentoo.org> libtirpc-0.2.2-r1.ebuild: arm stable, bug #394979 diff --git a/net-libs/libtirpc/libtirpc-0.2.2-r1.ebuild b/net-libs/libtirpc/libtirpc-0.2.2-r1.ebuild index e1d33cca3e16..02c1ae30c7e6 100644 --- a/net-libs/libtirpc/libtirpc-0.2.2-r1.ebuild +++ b/net-libs/libtirpc/libtirpc-0.2.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtirpc/libtirpc-0.2.2-r1.ebuild,v 1.4 2011/12/22 22:06:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtirpc/libtirpc-0.2.2-r1.ebuild,v 1.5 2012/01/04 18:12:12 phajdan.jr Exp $ EAPI="3" @@ -13,7 +13,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 static-libs" RDEPEND="kerberos? ( net-libs/libgssglue )" |