diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-12-24 10:08:07 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-12-24 10:08:07 +0000 |
commit | ec29c156170989aa5b1b2b4a84f6e8d0679371e9 (patch) | |
tree | c60b07603d838723bd0e8ccdb4b70775aa328914 /dev-python/telepathy-python | |
parent | Add ~sparc keyword, bug #245949 (diff) | |
download | historical-ec29c156170989aa5b1b2b4a84f6e8d0679371e9.tar.gz historical-ec29c156170989aa5b1b2b4a84f6e8d0679371e9.tar.bz2 historical-ec29c156170989aa5b1b2b4a84f6e8d0679371e9.zip |
Add ~sparc keyword, bug #245949
Package-Manager: portage-2.2_rc18/cvs/Linux 2.6.28-rc9-00039-g4c75e14 i686
Diffstat (limited to 'dev-python/telepathy-python')
-rw-r--r-- | dev-python/telepathy-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/telepathy-python/telepathy-python-0.15.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/telepathy-python/ChangeLog b/dev-python/telepathy-python/ChangeLog index a3f03bfe05b5..edac33b55185 100644 --- a/dev-python/telepathy-python/ChangeLog +++ b/dev-python/telepathy-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/telepathy-python # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.12 2008/12/14 12:49:47 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.13 2008/12/24 10:07:11 bluebird Exp $ + + 24 Dec 2008; Friedrich Oslage <bluebird@gentoo.org> + telepathy-python-0.15.3.ebuild: + Add ~sparc keyword, bug #245949 *telepathy-python-0.15.3 (14 Dec 2008) diff --git a/dev-python/telepathy-python/telepathy-python-0.15.3.ebuild b/dev-python/telepathy-python/telepathy-python-0.15.3.ebuild index 6100bbc0e6bc..a83fcce8c46d 100644 --- a/dev-python/telepathy-python/telepathy-python-0.15.3.ebuild +++ b/dev-python/telepathy-python/telepathy-python-0.15.3.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/dev-python/telepathy-python/telepathy-python-0.15.3.ebuild,v 1.1 2008/12/14 12:49:47 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.3.ebuild,v 1.2 2008/12/24 10:07:11 bluebird Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="" DEPEND="dev-libs/libxslt" |