diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-12-07 14:54:46 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-12-07 14:54:46 +0000 |
commit | cd8c53c7c76e65ecd2d84ef111ebcdd7fec05f5e (patch) | |
tree | 1e1af4fc3c14c6ce6a07435e56b753275695d341 /net-libs | |
parent | fixes #73387 (Manifest recommit) (diff) | |
download | gentoo-2-cd8c53c7c76e65ecd2d84ef111ebcdd7fec05f5e.tar.gz gentoo-2-cd8c53c7c76e65ecd2d84ef111ebcdd7fec05f5e.tar.bz2 gentoo-2-cd8c53c7c76e65ecd2d84ef111ebcdd7fec05f5e.zip |
Stable on sparc
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/librsync/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/librsync/librsync-0.9.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/librsync/ChangeLog b/net-libs/librsync/ChangeLog index 43d5148c11b6..197a139b276a 100644 --- a/net-libs/librsync/ChangeLog +++ b/net-libs/librsync/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/librsync # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/ChangeLog,v 1.14 2004/11/24 13:05:06 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/ChangeLog,v 1.15 2004/12/07 14:51:17 gustavoz Exp $ + + 07 Dec 2004; Gustavo Zacarias <gustavoz@gentoo.org> librsync-0.9.7.ebuild: + Stable on sparc 24 Nov 2004; Aaron Walker <ka0ttic@gentoo.org> librsync-0.9.7.ebuild: Marked stable on x86. diff --git a/net-libs/librsync/librsync-0.9.7.ebuild b/net-libs/librsync/librsync-0.9.7.ebuild index 68931ba79092..9e40210d0aa0 100644 --- a/net-libs/librsync/librsync-0.9.7.ebuild +++ b/net-libs/librsync/librsync-0.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/librsync-0.9.7.ebuild,v 1.3 2004/11/24 13:05:06 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/librsync-0.9.7.ebuild,v 1.4 2004/12/07 14:51:17 gustavoz Exp $ DESCRIPTION="Flexible remote checksum-based differencing" HOMEPAGE="http://librsync.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 sparc x86" IUSE="" DEPEND="virtual/libc" |