diff options
author | David Holm <dholm@gentoo.org> | 2004-06-19 13:12:16 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-06-19 13:12:16 +0000 |
commit | 423bf2e921c99c0ac7157a8bf57304f67958f062 (patch) | |
tree | a9fae8aae3c99c053a80c39132b6fd784ce236ae /dev-libs | |
parent | Added to ~ppc (diff) | |
download | historical-423bf2e921c99c0ac7157a8bf57304f67958f062.tar.gz historical-423bf2e921c99c0ac7157a8bf57304f67958f062.tar.bz2 historical-423bf2e921c99c0ac7157a8bf57304f67958f062.zip |
Added to ~ppc
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libtasn1/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libtasn1/libtasn1-0.2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libtasn1/ChangeLog b/dev-libs/libtasn1/ChangeLog index 55c50509d17d..429a8d114aaa 100644 --- a/dev-libs/libtasn1/ChangeLog +++ b/dev-libs/libtasn1/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libtasn1 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.5 2004/06/03 16:53:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.6 2004/06/19 13:12:16 dholm Exp $ + + 19 Jun 2004; David Holm <dholm@gentoo.org> libtasn1-0.2.6.ebuild: + Added to ~ppc. 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> libtasn1-0.2.5.ebuild, libtasn1-0.2.6.ebuild: diff --git a/dev-libs/libtasn1/libtasn1-0.2.6.ebuild b/dev-libs/libtasn1/libtasn1-0.2.6.ebuild index 45b232b396ec..e865b9274c3f 100644 --- a/dev-libs/libtasn1/libtasn1-0.2.6.ebuild +++ b/dev-libs/libtasn1/libtasn1-0.2.6.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-libs/libtasn1/libtasn1-0.2.6.ebuild,v 1.4 2004/06/03 16:53:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-0.2.6.ebuild,v 1.5 2004/06/19 13:12:16 dholm Exp $ DESCRIPTION="This is the library which provides ASN.1 structures parsing capabilities for use with GNUTLS" HOMEPAGE="http://www.gnutls.org/" @@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.gnutls.org/pub/gnutls/libtasn1/${P}.tar.gz" IUSE="doc" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 s390 ~sparc" +KEYWORDS="~x86 s390 ~sparc ~ppc" DEPEND=">=dev-lang/perl-5.6 dev-util/yacc" |