diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-02-10 13:04:58 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-02-10 13:04:58 +0000 |
commit | 58ac15ac46597ec9b1c0e5ac465d20f895ea2f43 (patch) | |
tree | 079480bca5dfcf46ab4abffa33a6960a22ce700d /sys-cluster/openpbs-common | |
parent | Added patch to make cpptasks work with profiling (bug #156596) and changed to... (diff) | |
download | historical-58ac15ac46597ec9b1c0e5ac465d20f895ea2f43.tar.gz historical-58ac15ac46597ec9b1c0e5ac465d20f895ea2f43.tar.bz2 historical-58ac15ac46597ec9b1c0e5ac465d20f895ea2f43.zip |
amd64 stable, bug 157799
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'sys-cluster/openpbs-common')
-rw-r--r-- | sys-cluster/openpbs-common/ChangeLog | 7 | ||||
-rw-r--r-- | sys-cluster/openpbs-common/openpbs-common-1.1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-cluster/openpbs-common/ChangeLog b/sys-cluster/openpbs-common/ChangeLog index b0efc85a2c91..9b63d4243481 100644 --- a/sys-cluster/openpbs-common/ChangeLog +++ b/sys-cluster/openpbs-common/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/openpbs-common -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openpbs-common/ChangeLog,v 1.8 2006/11/15 12:41:06 corsair Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openpbs-common/ChangeLog,v 1.9 2007/02/10 13:02:43 beandog Exp $ + + 10 Feb 2007; Steve Dibb <beandog@gentoo.org> openpbs-common-1.1.1.ebuild: + amd64 stable, bug 157799 15 Nov 2006; Markus Rothe <corsair@gentoo.org> openpbs-common-1.1.1.ebuild: diff --git a/sys-cluster/openpbs-common/openpbs-common-1.1.1.ebuild b/sys-cluster/openpbs-common/openpbs-common-1.1.1.ebuild index f4fc77d09535..d06d2576ea0b 100644 --- a/sys-cluster/openpbs-common/openpbs-common-1.1.1.ebuild +++ b/sys-cluster/openpbs-common/openpbs-common-1.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openpbs-common/openpbs-common-1.1.1.ebuild,v 1.4 2006/11/15 12:41:06 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openpbs-common/openpbs-common-1.1.1.ebuild,v 1.5 2007/02/10 13:02:43 beandog Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ppc64 x86" +KEYWORDS="amd64 ~ppc ppc64 x86" IUSE="" DEPEND="" |