diff options
author | Lars Weiler <pylon@gentoo.org> | 2006-07-08 13:59:13 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2006-07-08 13:59:13 +0000 |
commit | 86ddbdbe4f8755e6391da452153da178c2f64eb6 (patch) | |
tree | 2bd1ecc688ceda32ef7156cd30243d7f6ec2c4bb /net-libs/liblockfile | |
parent | Replace gmake workaround with proper fix, thanks Mike in bug #139663. (diff) | |
download | gentoo-2-86ddbdbe4f8755e6391da452153da178c2f64eb6.tar.gz gentoo-2-86ddbdbe4f8755e6391da452153da178c2f64eb6.tar.bz2 gentoo-2-86ddbdbe4f8755e6391da452153da178c2f64eb6.zip |
Stable on ppc; glibc-2.4 related.
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'net-libs/liblockfile')
-rw-r--r-- | net-libs/liblockfile/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/liblockfile/liblockfile-1.06-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/liblockfile/ChangeLog b/net-libs/liblockfile/ChangeLog index 678e730a9902..90ea80443d05 100644 --- a/net-libs/liblockfile/ChangeLog +++ b/net-libs/liblockfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/liblockfile # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.31 2006/04/27 21:56:51 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.32 2006/07/08 13:59:13 pylon Exp $ + + 08 Jul 2006; Lars Weiler <pylon@gentoo.org> liblockfile-1.06-r1.ebuild: + Stable on ppc; glibc-2.4 related. 27 Apr 2006; Alec Warner <antarus@gentoo.org> files/digest-liblockfile-1.06, Manifest: diff --git a/net-libs/liblockfile/liblockfile-1.06-r1.ebuild b/net-libs/liblockfile/liblockfile-1.06-r1.ebuild index d50214a512b7..97264f71c9f1 100644 --- a/net-libs/liblockfile/liblockfile-1.06-r1.ebuild +++ b/net-libs/liblockfile/liblockfile-1.06-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.06-r1.ebuild,v 1.3 2006/07/03 01:42:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.06-r1.ebuild,v 1.4 2006/07/08 13:59:13 pylon Exp $ inherit eutils multilib flag-o-matic autotools @@ -12,7 +12,7 @@ DEPEND="virtual/libc" SLOT="0" LICENSE="LGPL-2" -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="" src_unpack() { |