diff options
author | 2008-01-14 00:29:10 +0000 | |
---|---|---|
committer | 2008-01-14 00:29:10 +0000 | |
commit | 24d219747bb70bede74ea1d7e59caa1696f9fcdf (patch) | |
tree | 1ffba25787c7782ed3ec4970058ca456391f1577 /app-crypt/qca-ossl | |
parent | keyworded ~x86, bug 129773 (diff) | |
download | gentoo-2-24d219747bb70bede74ea1d7e59caa1696f9fcdf.tar.gz gentoo-2-24d219747bb70bede74ea1d7e59caa1696f9fcdf.tar.bz2 gentoo-2-24d219747bb70bede74ea1d7e59caa1696f9fcdf.zip |
Removed accidental RESTRICT=mirror.
(Portage version: 2.1.4)
Diffstat (limited to 'app-crypt/qca-ossl')
-rw-r--r-- | app-crypt/qca-ossl/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/qca-ossl/qca-ossl-2.0.0_beta3.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/qca-ossl/ChangeLog b/app-crypt/qca-ossl/ChangeLog index e4dfbda4118f..2e1a20234a72 100644 --- a/app-crypt/qca-ossl/ChangeLog +++ b/app-crypt/qca-ossl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/qca-ossl # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-ossl/ChangeLog,v 1.1 2008/01/13 17:59:11 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-ossl/ChangeLog,v 1.2 2008/01/14 00:29:10 philantrop Exp $ + + 14 Jan 2008; Wulf C. Krueger <philantrop@gentoo.org> + qca-ossl-2.0.0_beta3.ebuild: + Removed accidental RESTRICT=mirror. 13 Jan 2008; Wulf C. Krueger <philantrop@gentoo.org> +metadata.xml, +qca-ossl-2.0.0_beta3.ebuild: diff --git a/app-crypt/qca-ossl/qca-ossl-2.0.0_beta3.ebuild b/app-crypt/qca-ossl/qca-ossl-2.0.0_beta3.ebuild index 1d3655e74aa7..5ecb2564414c 100644 --- a/app-crypt/qca-ossl/qca-ossl-2.0.0_beta3.ebuild +++ b/app-crypt/qca-ossl/qca-ossl-2.0.0_beta3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-ossl/qca-ossl-2.0.0_beta3.ebuild,v 1.1 2008/01/13 17:59:11 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-ossl/qca-ossl-2.0.0_beta3.ebuild,v 1.2 2008/01/14 00:29:10 philantrop Exp $ inherit eutils qt4 @@ -10,7 +10,6 @@ QCA_VER="${PV%.*}" DESCRIPTION="TLS, S/MIME, PKCS#12, crypto algorithms plugin for QCA" HOMEPAGE="http://delta.affinix.com/qca/" SRC_URI="http://delta.affinix.com/download/qca/${QCA_VER}/plugins/${MY_P}.tar.bz2" -RESTRICT="mirror" LICENSE="LGPL-2" SLOT="2" |