diff options
author | Peter Weller <welp@gentoo.org> | 2007-12-28 23:28:07 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-12-28 23:28:07 +0000 |
commit | 6b6cd9d81f28cbdc2360ca95c3d18fea1978234d (patch) | |
tree | 860964fa89e1fddfa44e29d1809020ca9b801955 /net-libs/liblockfile | |
parent | changed virtual/gnat to virtualada in DEPEND, added some quoting (diff) | |
download | gentoo-2-6b6cd9d81f28cbdc2360ca95c3d18fea1978234d.tar.gz gentoo-2-6b6cd9d81f28cbdc2360ca95c3d18fea1978234d.tar.bz2 gentoo-2-6b6cd9d81f28cbdc2360ca95c3d18fea1978234d.zip |
Keyworded ~sparc-fbsd; bug 203630
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'net-libs/liblockfile')
-rw-r--r-- | net-libs/liblockfile/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/liblockfile/liblockfile-1.06-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/liblockfile/ChangeLog b/net-libs/liblockfile/ChangeLog index 1c506deab986..ae21eefa9423 100644 --- a/net-libs/liblockfile/ChangeLog +++ b/net-libs/liblockfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/liblockfile # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.50 2007/09/03 11:33:14 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.51 2007/12/28 23:28:07 welp Exp $ + + 28 Dec 2007; <welp@gentoo.org> liblockfile-1.06-r2.ebuild: + Keyworded ~sparc-fbsd; bug 203630 03 Sep 2007; Roy Marples <uberlord@gentoo.org> liblockfile-1.06-r2.ebuild: Rename internal function eaccess to egidaccess so as not to conflict with diff --git a/net-libs/liblockfile/liblockfile-1.06-r2.ebuild b/net-libs/liblockfile/liblockfile-1.06-r2.ebuild index 8930ebbac127..40abee2a65af 100644 --- a/net-libs/liblockfile/liblockfile-1.06-r2.ebuild +++ b/net-libs/liblockfile/liblockfile-1.06-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.06-r2.ebuild,v 1.11 2007/09/03 11:33:14 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.06-r2.ebuild,v 1.12 2007/12/28 23:28:07 welp Exp $ inherit eutils multilib flag-o-matic autotools @@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/libl/${PN}/${PN}_${PV}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" src_unpack() { |