diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-12-24 10:07:11 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-12-24 10:07:11 +0000 |
commit | 769e339f31ceeb479d01846823310df01d471496 (patch) | |
tree | c662a29cc8f42ba717cfd3285e1c17e338f9fef4 /dev-python/telepathy-python | |
parent | Add ~sparc keyword, bug #245949 (diff) | |
download | gentoo-2-769e339f31ceeb479d01846823310df01d471496.tar.gz gentoo-2-769e339f31ceeb479d01846823310df01d471496.tar.bz2 gentoo-2-769e339f31ceeb479d01846823310df01d471496.zip |
Add ~sparc keyword, bug #245949
(Portage version: 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" |