diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-02-09 13:05:36 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-02-09 13:05:36 +0000 |
commit | 4dc5f89133d88b7f444cb8f399192115cdcdb789 (patch) | |
tree | 83765f5e62155e7ce8a653719c844bb4c82f9fef /sys-process/supervise-scripts | |
parent | x86 stable wrt bug #353353 (diff) | |
download | gentoo-2-4dc5f89133d88b7f444cb8f399192115cdcdb789.tar.gz gentoo-2-4dc5f89133d88b7f444cb8f399192115cdcdb789.tar.bz2 gentoo-2-4dc5f89133d88b7f444cb8f399192115cdcdb789.zip |
x86 stable wrt bug #353386
(Portage version: 2.1.9.25/cvs/Linux i686)
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 d964d76ce6ec..465ee183f547 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.9 2011/02/01 09:24:06 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/supervise-scripts/ChangeLog,v 1.10 2011/02/09 13:05:36 phajdan.jr Exp $ + + 09 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> + supervise-scripts-4.0.ebuild: + x86 stable wrt bug #353386 01 Feb 2011; Thilo Bangert <bangert@gentoo.org> supervise-scripts-4.0.ebuild: dont inherit unused eclasses diff --git a/sys-process/supervise-scripts/supervise-scripts-4.0.ebuild b/sys-process/supervise-scripts/supervise-scripts-4.0.ebuild index 58452bb9b5ad..a0923e52f68d 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.3 2011/02/01 09:24:06 bangert Exp $ +# $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 $ 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" |