diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2006-10-22 20:25:34 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2006-10-22 20:25:34 +0000 |
commit | 6d072862c2277f5e1efb697e9a98337187cb9b5e (patch) | |
tree | 6779837b981c553d6bfdb354e4e2618cbdff0b8c /dev-cpp/poslib | |
parent | Add as-needed patch thanks to TGL <degrenier@easyconnect.fr> in bug 132473 (diff) | |
download | gentoo-2-6d072862c2277f5e1efb697e9a98337187cb9b5e.tar.gz gentoo-2-6d072862c2277f5e1efb697e9a98337187cb9b5e.tar.bz2 gentoo-2-6d072862c2277f5e1efb697e9a98337187cb9b5e.zip |
stable on amd64
(Portage version: 2.1.2_pre2-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 1fa3e3df3bc7..8a5414e50a0f 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.18 2006/10/21 10:55:53 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/ChangeLog,v 1.19 2006/10/22 20:25:34 kugelfang Exp $ + + 22 Oct 2006; Danny van Dyk <kugelfang@gentoo.org> poslib-1.0.6.ebuild: + Marked stable on amd64. 21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> poslib-1.0.6.ebuild: ppc stable diff --git a/dev-cpp/poslib/poslib-1.0.6.ebuild b/dev-cpp/poslib/poslib-1.0.6.ebuild index 366c33ef3bec..ac69361a6db5 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.6 2006/10/21 10:55:53 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/poslib-1.0.6.ebuild,v 1.7 2006/10/22 20:25:34 kugelfang Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/posadis/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="ipv6" DEPEND="" |