diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-25 20:25:33 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-25 20:25:33 +0000 |
commit | 08a72284ca9bfb046b65fb1ea42e058fa1722a41 (patch) | |
tree | ef9dd6f87a0c53db248ab7a421243559813f6c21 /net-mail | |
parent | Fix breakage with openvpn-2.2 (diff) | |
download | gentoo-2-08a72284ca9bfb046b65fb1ea42e058fa1722a41.tar.gz gentoo-2-08a72284ca9bfb046b65fb1ea42e058fa1722a41.tar.bz2 gentoo-2-08a72284ca9bfb046b65fb1ea42e058fa1722a41.zip |
marked x86 per bug 422141
(Portage version: 2.2.0_alpha112/cvs/Linux i686)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/isync/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/isync/isync-1.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/isync/ChangeLog b/net-mail/isync/ChangeLog index 5981949c41ca..e0db1bda9387 100644 --- a/net-mail/isync/ChangeLog +++ b/net-mail/isync/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/isync # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.16 2012/05/04 12:39:31 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/ChangeLog,v 1.17 2012/06/25 20:25:33 jdhore Exp $ + + 25 Jun 2012; Jeff Horelick <jdhore@gentoo.org> isync-1.0.5.ebuild: + marked x86 per bug 422141 *isync-1.0.5 (04 May 2012) diff --git a/net-mail/isync/isync-1.0.5.ebuild b/net-mail/isync/isync-1.0.5.ebuild index bc6f9797ff38..86a717a6072b 100644 --- a/net-mail/isync/isync-1.0.5.ebuild +++ b/net-mail/isync/isync-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/isync-1.0.5.ebuild,v 1.1 2012/05/04 12:39:31 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/isync/isync-1.0.5.ebuild,v 1.2 2012/06/25 20:25:33 jdhore Exp $ EAPI=4 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/isync/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="ssl" DEPEND=">=sys-libs/db-4.2 |