diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-22 17:28:24 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-22 17:28:24 +0000 |
commit | b7e1e8ff28742303360caa69a952f85fb72f7210 (patch) | |
tree | 51c3626007c5ccc9a3c9f9ded85571eb77eba493 /app-admin/lsyncd | |
parent | Stable for x86, wrt bug #451632 (diff) | |
download | gentoo-2-b7e1e8ff28742303360caa69a952f85fb72f7210.tar.gz gentoo-2-b7e1e8ff28742303360caa69a952f85fb72f7210.tar.bz2 gentoo-2-b7e1e8ff28742303360caa69a952f85fb72f7210.zip |
Stable for x86, wrt bug #451632
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-admin/lsyncd')
-rw-r--r-- | app-admin/lsyncd/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/lsyncd/lsyncd-2.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/lsyncd/ChangeLog b/app-admin/lsyncd/ChangeLog index f96cdac58978..7e0a5c7d06f7 100644 --- a/app-admin/lsyncd/ChangeLog +++ b/app-admin/lsyncd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/lsyncd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/lsyncd/ChangeLog,v 1.29 2013/01/14 12:17:07 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/lsyncd/ChangeLog,v 1.30 2013/01/22 17:28:24 ago Exp $ + + 22 Jan 2013; Agostino Sarubbo <ago@gentoo.org> lsyncd-2.1.4.ebuild: + Stable for x86, wrt bug #451632 14 Jan 2013; Chema Alonso <nimiux@gentoo.org> lsyncd-2.1.4.ebuild: Marked stable for amd64 wrt bug #451632 diff --git a/app-admin/lsyncd/lsyncd-2.1.4.ebuild b/app-admin/lsyncd/lsyncd-2.1.4.ebuild index 59c57f0e80d4..c86745d82637 100644 --- a/app-admin/lsyncd/lsyncd-2.1.4.ebuild +++ b/app-admin/lsyncd/lsyncd-2.1.4.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/app-admin/lsyncd/lsyncd-2.1.4.ebuild,v 1.3 2013/01/14 12:17:07 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/lsyncd/lsyncd-2.1.4.ebuild,v 1.4 2013/01/22 17:28:24 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="http://lsyncd.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="" CDEPEND=">=dev-lang/lua-5.1[deprecated]" |