diff options
author | 2007-04-21 20:30:41 +0000 | |
---|---|---|
committer | 2007-04-21 20:30:41 +0000 | |
commit | f63cfd1bb9be57aef356cffec17b488e91029892 (patch) | |
tree | 77cd0200f582ced8489c83eefcd9103151d6cef9 /dev-python/pyosd | |
parent | Stable on ppc64; bug #175094 (diff) | |
download | gentoo-2-f63cfd1bb9be57aef356cffec17b488e91029892.tar.gz gentoo-2-f63cfd1bb9be57aef356cffec17b488e91029892.tar.bz2 gentoo-2-f63cfd1bb9be57aef356cffec17b488e91029892.zip |
x86 stable wrt bug 175383
(Portage version: 2.1.2.4)
Diffstat (limited to 'dev-python/pyosd')
-rw-r--r-- | dev-python/pyosd/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyosd/pyosd-0.2.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyosd/ChangeLog b/dev-python/pyosd/ChangeLog index d63cfff82ce9..a29338464b73 100644 --- a/dev-python/pyosd/ChangeLog +++ b/dev-python/pyosd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyosd # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/ChangeLog,v 1.14 2007/04/21 09:12:34 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/ChangeLog,v 1.15 2007/04/21 20:30:41 armin76 Exp $ + + 21 Apr 2007; Raúl Porcel <armin76@gentoo.org> pyosd-0.2.14.ebuild: + x86 stable wrt bug 175383 21 Apr 2007; Tiziano Müller <dev-zero@gentoo.org> pyosd-0.2.14.ebuild: Small cleanup. diff --git a/dev-python/pyosd/pyosd-0.2.14.ebuild b/dev-python/pyosd/pyosd-0.2.14.ebuild index e902f1e4a311..238fc0865e73 100644 --- a/dev-python/pyosd/pyosd-0.2.14.ebuild +++ b/dev-python/pyosd/pyosd-0.2.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/pyosd-0.2.14.ebuild,v 1.5 2007/04/21 09:12:34 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/pyosd-0.2.14.ebuild,v 1.6 2007/04/21 20:30:41 armin76 Exp $ inherit distutils @@ -9,7 +9,7 @@ HOMEPAGE="http://repose.cx/pyosd/" SRC_URI="http://repose.cx/pyosd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc x86" IUSE="examples" DEPEND=">=x11-libs/xosd-2.2.4" |