diff options
author | 2013-06-25 12:52:33 +0000 | |
---|---|---|
committer | 2013-06-25 12:52:33 +0000 | |
commit | 55f1469679df6a822c1339d795be7359cb295768 (patch) | |
tree | c6fef257a967e81b3e9d3041a5cd2aea571ac317 /net-libs | |
parent | Stable for amd64, wrt bug #474266 (diff) | |
download | gentoo-2-55f1469679df6a822c1339d795be7359cb295768.tar.gz gentoo-2-55f1469679df6a822c1339d795be7359cb295768.tar.bz2 gentoo-2-55f1469679df6a822c1339d795be7359cb295768.zip |
Stable for amd64, wrt bug #474270
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/librsync/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/librsync/librsync-0.9.7-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/librsync/ChangeLog b/net-libs/librsync/ChangeLog index 687af5742860..fd8b841d6458 100644 --- a/net-libs/librsync/ChangeLog +++ b/net-libs/librsync/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/librsync # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/ChangeLog,v 1.41 2013/06/25 11:41:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/ChangeLog,v 1.42 2013/06/25 12:52:33 ago Exp $ + + 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> librsync-0.9.7-r3.ebuild: + Stable for amd64, wrt bug #474270 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> librsync-0.9.7-r3.ebuild: Stable for x86, wrt bug #474270 diff --git a/net-libs/librsync/librsync-0.9.7-r3.ebuild b/net-libs/librsync/librsync-0.9.7-r3.ebuild index 91c0ba827277..5ba394665353 100644 --- a/net-libs/librsync/librsync-0.9.7-r3.ebuild +++ b/net-libs/librsync/librsync-0.9.7-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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-r3.ebuild,v 1.4 2013/06/25 11:41:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/librsync-0.9.7-r3.ebuild,v 1.5 2013/06/25 12:52:33 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="static-libs" RDEPEND="dev-libs/popt" |