diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-08-11 02:32:08 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-08-11 02:32:08 +0000 |
commit | 74ee57b40934dfd7ed223d53e2df07d2147281e9 (patch) | |
tree | 046f995413f9791d735c11c213020247edf24831 /dev-cpp/commoncpp2 | |
parent | amd64 stable, bug 187984 (diff) | |
download | gentoo-2-74ee57b40934dfd7ed223d53e2df07d2147281e9.tar.gz gentoo-2-74ee57b40934dfd7ed223d53e2df07d2147281e9.tar.bz2 gentoo-2-74ee57b40934dfd7ed223d53e2df07d2147281e9.zip |
amd64 stable, bug 182352
(Portage version: 2.1.2.11)
Diffstat (limited to 'dev-cpp/commoncpp2')
-rw-r--r-- | dev-cpp/commoncpp2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/commoncpp2/commoncpp2-1.5.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/commoncpp2/ChangeLog b/dev-cpp/commoncpp2/ChangeLog index 530a358a5713..dad913f1adf7 100644 --- a/dev-cpp/commoncpp2/ChangeLog +++ b/dev-cpp/commoncpp2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/commoncpp2 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.32 2007/07/23 07:30:42 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.33 2007/08/11 02:32:08 beandog Exp $ + + 10 Aug 2007; Steve Dibb <beandog@gentoo.org> commoncpp2-1.5.7.ebuild: + amd64 stable, bug 182352 23 Jul 2007; Christian Faulhammer <opfer@gentoo.org> commoncpp2-1.5.7.ebuild: diff --git a/dev-cpp/commoncpp2/commoncpp2-1.5.7.ebuild b/dev-cpp/commoncpp2/commoncpp2-1.5.7.ebuild index 9bb5b70aac63..e0ccf3a12636 100644 --- a/dev-cpp/commoncpp2/commoncpp2-1.5.7.ebuild +++ b/dev-cpp/commoncpp2/commoncpp2-1.5.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.5.7.ebuild,v 1.3 2007/07/23 07:30:42 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.5.7.ebuild,v 1.4 2007/08/11 02:32:08 beandog Exp $ inherit autotools eutils @@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/commoncpp/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="debug doc examples ipv6 gnutls" RDEPEND="gnutls? ( dev-libs/libgcrypt |