diff options
author | Brent Baude <ranger@gentoo.org> | 2008-01-30 22:59:53 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-01-30 22:59:53 +0000 |
commit | 059e7052fd205d813b22c3f7b6107338fb0591d6 (patch) | |
tree | 5084a311835832e72da155943102ba6223c3414e /dev-libs/ilbc-rfc3951 | |
parent | initial portage proper release - from the bangert overlay - credits for the o... (diff) | |
download | gentoo-2-059e7052fd205d813b22c3f7b6107338fb0591d6.tar.gz gentoo-2-059e7052fd205d813b22c3f7b6107338fb0591d6.tar.bz2 gentoo-2-059e7052fd205d813b22c3f7b6107338fb0591d6.zip |
ilbc-rfc3951-0-r1 > ~ppc64
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-libs/ilbc-rfc3951')
-rw-r--r-- | dev-libs/ilbc-rfc3951/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/ilbc-rfc3951/ChangeLog b/dev-libs/ilbc-rfc3951/ChangeLog index 8f6e51da99b5..6c92db3244f2 100644 --- a/dev-libs/ilbc-rfc3951/ChangeLog +++ b/dev-libs/ilbc-rfc3951/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/ilbc-rfc3951 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ilbc-rfc3951/ChangeLog,v 1.7 2007/08/17 00:41:37 dertobi123 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ilbc-rfc3951/ChangeLog,v 1.8 2008/01/30 22:59:53 ranger Exp $ + + 30 Jan 2008; Brent Baude <ranger@gentoo.org> ilbc-rfc3951-0-r1.ebuild: + ilbc-rfc3951-0-r1 > ~ppc64 17 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> ilbc-rfc3951-0-r1.ebuild: diff --git a/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild index 7c6353d56bba..cfd70862fac8 100644 --- a/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild +++ b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild,v 1.4 2007/08/17 00:41:37 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild,v 1.5 2008/01/30 22:59:53 ranger Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://simon.morlat.free.fr/download/1.1.x/source/ilbc-rfc3951.tar.gz" # http://www.ilbcfreeware.org/documentation/gips_iLBClicense.pdf LICENSE="gips_iLBClicense.pdf" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ppc ~ppc64 x86" IUSE="" S="${WORKDIR}/${PN}" |