diff options
author | Michael Weber <xmw@gentoo.org> | 2010-11-25 17:38:28 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2010-11-25 17:38:28 +0000 |
commit | ddf9d9198d75c9a8d4746fbbb36c85a3f2f7e598 (patch) | |
tree | 243e1caf6399c41aaf55469abba1458f798d4710 /dev-util/pstack | |
parent | Version bump, thanks to Gary Macindoe in bug #346517. Fixes build with linux-... (diff) | |
download | gentoo-2-ddf9d9198d75c9a8d4746fbbb36c85a3f2f7e598.tar.gz gentoo-2-ddf9d9198d75c9a8d4746fbbb36c85a3f2f7e598.tar.bz2 gentoo-2-ddf9d9198d75c9a8d4746fbbb36c85a3f2f7e598.zip |
Adjusting keywords, doesn't run on non-32bit/x86
Diffstat (limited to 'dev-util/pstack')
-rw-r--r-- | dev-util/pstack/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/pstack/pstack-1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/pstack/pstack-1.1.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-util/pstack/ChangeLog b/dev-util/pstack/ChangeLog index 6d256baccbc2..1cc6006a8226 100644 --- a/dev-util/pstack/ChangeLog +++ b/dev-util/pstack/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/pstack # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/ChangeLog,v 1.10 2010/09/17 04:25:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/ChangeLog,v 1.11 2010/11/25 17:38:28 xmw Exp $ + + 25 Nov 2010; Michael Weber <xmw@gentoo.org> pstack-1.1.ebuild, + pstack-1.1-r1.ebuild: + Adjusting keywords, doesn't run on non-32bit/x86 *pstack-1.1-r1 (17 Sep 2010) diff --git a/dev-util/pstack/pstack-1.1-r1.ebuild b/dev-util/pstack/pstack-1.1-r1.ebuild index 825c71136f53..d0fca2e54312 100644 --- a/dev-util/pstack/pstack-1.1-r1.ebuild +++ b/dev-util/pstack/pstack-1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/pstack-1.1-r1.ebuild,v 1.1 2010/09/17 04:25:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/pstack-1.1-r1.ebuild,v 1.2 2010/11/25 17:38:28 xmw Exp $ EAPI="2" @@ -14,7 +14,7 @@ HOMEPAGE="http://www.linuxcommand.org/man_pages/pstack1.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 -ppc -sparc -alpha" +KEYWORDS="~x86 -*" IUSE="" S=${WORKDIR}/${PN} diff --git a/dev-util/pstack/pstack-1.1.ebuild b/dev-util/pstack/pstack-1.1.ebuild index 73bb98378182..8596da690892 100644 --- a/dev-util/pstack/pstack-1.1.ebuild +++ b/dev-util/pstack/pstack-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/pstack-1.1.ebuild,v 1.8 2009/01/04 04:52:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/pstack-1.1.ebuild,v 1.9 2010/11/25 17:38:28 xmw Exp $ inherit toolchain-funcs @@ -12,7 +12,7 @@ HOMEPAGE="http://www.linuxcommand.org/man_pages/pstack1.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 -ppc -sparc -alpha" +KEYWORDS="~x86 -*" IUSE="" S=${WORKDIR}/${PN} |