diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-10-21 10:55:53 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-10-21 10:55:53 +0000 |
commit | f492b36d5f99fdcc40f1b470dfd2322d27c20611 (patch) | |
tree | 454a63e3a838b3461747c002ff87e4ad55e033ca /dev-cpp/poslib | |
parent | Applied patch for bug 152212 to make it compile on g/fbsd (authorized by Mark... (diff) | |
download | historical-f492b36d5f99fdcc40f1b470dfd2322d27c20611.tar.gz historical-f492b36d5f99fdcc40f1b470dfd2322d27c20611.tar.bz2 historical-f492b36d5f99fdcc40f1b470dfd2322d27c20611.zip |
ppc stable
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'dev-cpp/poslib')
-rw-r--r-- | dev-cpp/poslib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/poslib/poslib-1.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/poslib/ChangeLog b/dev-cpp/poslib/ChangeLog index f4d4cac92774..1fa3e3df3bc7 100644 --- a/dev-cpp/poslib/ChangeLog +++ b/dev-cpp/poslib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/poslib # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/ChangeLog,v 1.17 2006/10/08 19:52:28 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/ChangeLog,v 1.18 2006/10/21 10:55:53 dertobi123 Exp $ + + 21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> poslib-1.0.6.ebuild: + ppc stable 08 Oct 2006; Andrej Kacian <ticho@gentoo.org> poslib-1.0.6.ebuild: Stable on x86, bug #148441. diff --git a/dev-cpp/poslib/poslib-1.0.6.ebuild b/dev-cpp/poslib/poslib-1.0.6.ebuild index 404973cebdb8..366c33ef3bec 100644 --- a/dev-cpp/poslib/poslib-1.0.6.ebuild +++ b/dev-cpp/poslib/poslib-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/poslib-1.0.6.ebuild,v 1.5 2006/10/08 19:52:28 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/poslib-1.0.6.ebuild,v 1.6 2006/10/21 10:55:53 dertobi123 Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/posadis/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64 ~ppc" +KEYWORDS="~amd64 ppc x86" IUSE="ipv6" DEPEND="" |