diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-12 17:06:27 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-12 17:06:27 +0000 |
commit | 3cfbf8f9978d58e1b1f8aa47584aa7fc319f8b88 (patch) | |
tree | 4cd23a235ecf4af0d703f27a85bed3296f1a797e /dev-cpp/poslib | |
parent | Added IUSE variable. (diff) | |
download | historical-3cfbf8f9978d58e1b1f8aa47584aa7fc319f8b88.tar.gz historical-3cfbf8f9978d58e1b1f8aa47584aa7fc319f8b88.tar.bz2 historical-3cfbf8f9978d58e1b1f8aa47584aa7fc319f8b88.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'dev-cpp/poslib')
-rw-r--r-- | dev-cpp/poslib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/poslib/poslib-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/poslib/ChangeLog b/dev-cpp/poslib/ChangeLog index 336403ee0de8..2e6907efc018 100644 --- a/dev-cpp/poslib/ChangeLog +++ b/dev-cpp/poslib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/poslib # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/ChangeLog,v 1.3 2004/03/01 16:51:19 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/ChangeLog,v 1.4 2004/04/12 17:06:27 aliz Exp $ + + 12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> poslib-1.0.2.ebuild: + Mark stable on amd64. *poslib-1.0.2 (02 Mar 2004) diff --git a/dev-cpp/poslib/poslib-1.0.2.ebuild b/dev-cpp/poslib/poslib-1.0.2.ebuild index 10192b0358b7..3ecc09236338 100644 --- a/dev-cpp/poslib/poslib-1.0.2.ebuild +++ b/dev-cpp/poslib/poslib-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/poslib-1.0.2.ebuild,v 1.1 2004/03/01 16:51:19 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/poslib-1.0.2.ebuild,v 1.2 2004/04/12 17:06:27 aliz Exp $ DESCRIPTION="A library for creating C++ programs using the Domain Name System" HOMEPAGE="http://www.posadis.org/projects/poslib.php" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/posadis/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~x86 amd64" IUSE="ipv6" DEPEND="virtual/glibc" |