diff options
author | Markus Rothe <corsair@gentoo.org> | 2004-12-20 19:32:26 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2004-12-20 19:32:26 +0000 |
commit | d0d015d6e7d467216bc2640c67881304216ed1c2 (patch) | |
tree | 0a516479878fbc6bc977369e2f65b6b72a3084c8 /dev-libs/pth | |
parent | Fix dhcrelay startup script for proper commandline arguments and proper shutd... (diff) | |
download | gentoo-2-d0d015d6e7d467216bc2640c67881304216ed1c2.tar.gz gentoo-2-d0d015d6e7d467216bc2640c67881304216ed1c2.tar.bz2 gentoo-2-d0d015d6e7d467216bc2640c67881304216ed1c2.zip |
added (~)ppc64 keywords
Diffstat (limited to 'dev-libs/pth')
-rw-r--r-- | dev-libs/pth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/pth/pth-1.4.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/pth/pth-1.4.1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/pth/pth-2.0.2.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-libs/pth/ChangeLog b/dev-libs/pth/ChangeLog index 363034cf984e..e9e6026965cc 100644 --- a/dev-libs/pth/ChangeLog +++ b/dev-libs/pth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/pth # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.21 2004/11/30 16:07:42 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.22 2004/12/20 19:32:26 corsair Exp $ + + 20 Dec 2004; Markus Rothe <corsair@gentoo.org> pth-1.4.0.ebuild, + pth-1.4.1.ebuild, pth-2.0.2.ebuild: + added (~)ppc64 keywords 30 Nov 2004; Sven Wegener <swegener@gentoo.org> pth-1.4.0.ebuild, pth-1.4.1.ebuild, pth-2.0.2.ebuild: diff --git a/dev-libs/pth/pth-1.4.0.ebuild b/dev-libs/pth/pth-1.4.0.ebuild index 123c573ef394..32041faa4450 100644 --- a/dev-libs/pth/pth-1.4.0.ebuild +++ b/dev-libs/pth/pth-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.20 2004/11/30 16:07:42 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.21 2004/12/20 19:32:26 corsair Exp $ inherit gnuconfig libtool @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ppc sparc alpha amd64 hppa ppc-macos" +KEYWORDS="x86 ppc sparc alpha amd64 hppa ppc-macos ppc64" IUSE="" DEPEND="virtual/libc" diff --git a/dev-libs/pth/pth-1.4.1.ebuild b/dev-libs/pth/pth-1.4.1.ebuild index e37c29fd3423..8c5759c95909 100644 --- a/dev-libs/pth/pth-1.4.1.ebuild +++ b/dev-libs/pth/pth-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.1.ebuild,v 1.18 2004/11/30 16:07:42 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.1.ebuild,v 1.19 2004/12/20 19:32:26 corsair Exp $ inherit gnuconfig @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ppc sparc ~alpha amd64 hppa ppc-macos" +KEYWORDS="x86 ppc sparc ~alpha amd64 hppa ppc-macos ppc64" IUSE="" DEPEND="virtual/libc" diff --git a/dev-libs/pth/pth-2.0.2.ebuild b/dev-libs/pth/pth-2.0.2.ebuild index 3b13e92537eb..6c1582381a55 100644 --- a/dev-libs/pth/pth-2.0.2.ebuild +++ b/dev-libs/pth/pth-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.2.ebuild,v 1.3 2004/12/20 17:39:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.2.ebuild,v 1.4 2004/12/20 19:32:26 corsair Exp $ inherit fixheadtails @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc-macos ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc-macos ~sparc ~x86 ~ppc64" IUSE="" DEPEND="virtual/libc" |