diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-12-13 08:53:58 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-12-13 08:53:58 +0000 |
commit | 60757f60d817f36150566a25d0e98de4f7ee41b3 (patch) | |
tree | 5400f1611082ec2848fd6b4617f42132f7b8a0ed /net-misc/rsync | |
parent | stable x86, bugs #157984 (diff) | |
download | gentoo-2-60757f60d817f36150566a25d0e98de4f7ee41b3.tar.gz gentoo-2-60757f60d817f36150566a25d0e98de4f7ee41b3.tar.bz2 gentoo-2-60757f60d817f36150566a25d0e98de4f7ee41b3.zip |
Dropped ppc-macos keyword, see you in prefix.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-misc/rsync')
-rw-r--r-- | net-misc/rsync/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/rsync/rsync-2.6.8-r2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/rsync/rsync-2.6.9.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/rsync/ChangeLog b/net-misc/rsync/ChangeLog index 5b09adc6201c..a5330e343a08 100644 --- a/net-misc/rsync/ChangeLog +++ b/net-misc/rsync/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/rsync # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.104 2006/12/13 08:09:54 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.105 2006/12/13 08:53:58 grobian Exp $ + + 13 Dec 2006; Fabian Groffen <grobian@gentoo.org> rsync-2.6.8-r2.ebuild, + rsync-2.6.9.ebuild: + Dropped ppc-macos keyword, see you in prefix. 13 Dec 2006; Christian Faulhammer <opfer@gentoo.org> rsync-2.6.9.ebuild: stable x86, bugs #157977 diff --git a/net-misc/rsync/rsync-2.6.8-r2.ebuild b/net-misc/rsync/rsync-2.6.8-r2.ebuild index 9ac25b4e2fb5..e0e12f8142ec 100644 --- a/net-misc/rsync/rsync-2.6.8-r2.ebuild +++ b/net-misc/rsync/rsync-2.6.8-r2.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-misc/rsync/rsync-2.6.8-r2.ebuild,v 1.4 2006/10/17 11:40:22 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.8-r2.ebuild,v 1.5 2006/12/13 08:53:58 grobian Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://rsync.samba.org/ftp/rsync/${P/_/}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="acl build ipv6 static xinetd" RDEPEND="!build? ( >=dev-libs/popt-1.5 ) diff --git a/net-misc/rsync/rsync-2.6.9.ebuild b/net-misc/rsync/rsync-2.6.9.ebuild index 5020ea5fbc49..7a5d7533d9f7 100644 --- a/net-misc/rsync/rsync-2.6.9.ebuild +++ b/net-misc/rsync/rsync-2.6.9.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-misc/rsync/rsync-2.6.9.ebuild,v 1.3 2006/12/13 08:09:54 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.9.ebuild,v 1.4 2006/12/13 08:53:58 grobian Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://rsync.samba.org/ftp/rsync/${P/_/}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc-macos ~ppc64 s390 sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="acl build ipv6 static xinetd" RDEPEND="!build? ( >=dev-libs/popt-1.5 ) |