diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-02-11 12:43:03 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-02-11 12:43:03 +0000 |
commit | 7d430f227d1721558d80dd20b9bc9c74c93b68bd (patch) | |
tree | c6e56b5bf43373fc9bb72f40cc77acc151ee5b35 /sys-process/supervise-scripts | |
parent | Stable on amd64 wrt bug #353448 (diff) | |
download | gentoo-2-7d430f227d1721558d80dd20b9bc9c74c93b68bd.tar.gz gentoo-2-7d430f227d1721558d80dd20b9bc9c74c93b68bd.tar.bz2 gentoo-2-7d430f227d1721558d80dd20b9bc9c74c93b68bd.zip |
Stable on amd64 wrt bug #353386
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/supervise-scripts')
-rw-r--r-- | sys-process/supervise-scripts/ChangeLog | 6 | ||||
-rw-r--r-- | sys-process/supervise-scripts/supervise-scripts-4.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-process/supervise-scripts/ChangeLog b/sys-process/supervise-scripts/ChangeLog index 465ee183f547..d941350a765f 100644 --- a/sys-process/supervise-scripts/ChangeLog +++ b/sys-process/supervise-scripts/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/supervise-scripts # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/supervise-scripts/ChangeLog,v 1.10 2011/02/09 13:05:36 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/supervise-scripts/ChangeLog,v 1.11 2011/02/11 12:43:03 hwoarang Exp $ + + 11 Feb 2011; Markos Chandras <hwoarang@gentoo.org> + supervise-scripts-4.0.ebuild: + Stable on amd64 wrt bug #353386 09 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> supervise-scripts-4.0.ebuild: diff --git a/sys-process/supervise-scripts/supervise-scripts-4.0.ebuild b/sys-process/supervise-scripts/supervise-scripts-4.0.ebuild index a0923e52f68d..4c58ebb14cc6 100644 --- a/sys-process/supervise-scripts/supervise-scripts-4.0.ebuild +++ b/sys-process/supervise-scripts/supervise-scripts-4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/supervise-scripts/supervise-scripts-4.0.ebuild,v 1.4 2011/02/09 13:05:36 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/supervise-scripts/supervise-scripts-4.0.ebuild,v 1.5 2011/02/11 12:43:03 hwoarang Exp $ EAPI="2" @@ -10,7 +10,7 @@ SRC_URI="http://untroubled.org/supervise-scripts/archive/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86" +KEYWORDS="~alpha amd64 ~ppc ~sparc x86" IUSE="doc" RDEPEND="virtual/daemontools" |