diff options
author | 2008-06-07 19:00:52 +0000 | |
---|---|---|
committer | 2008-06-07 19:00:52 +0000 | |
commit | ae5cb7bb5c895208619d52b5c959451facc3347e (patch) | |
tree | d58388d403e2a4dfdbde2ea7b63efbec7e1f2457 /x11-libs | |
parent | amd64 stable, bug #225185 (diff) | |
download | gentoo-2-ae5cb7bb5c895208619d52b5c959451facc3347e.tar.gz gentoo-2-ae5cb7bb5c895208619d52b5c959451facc3347e.tar.bz2 gentoo-2-ae5cb7bb5c895208619d52b5c959451facc3347e.zip |
amd64 stable, bug #224929
(Portage version: 2.1.5.4)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/pixman/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/pixman/pixman-0.10.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/pixman/ChangeLog b/x11-libs/pixman/ChangeLog index eecf32ee5d2c..3064bafc58eb 100644 --- a/x11-libs/pixman/ChangeLog +++ b/x11-libs/pixman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/pixman # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v 1.8 2008/06/07 16:02:46 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v 1.9 2008/06/07 19:00:52 ken69267 Exp $ + + 07 Jun 2008; Kenneth Prugh <ken69267@gentoo.org> pixman-0.10.0.ebuild: + amd64 stable, bug #224929 07 Jun 2008; nixnut <nixnut@gentoo.org> pixman-0.10.0.ebuild: Stable on ppc wrt bug 224929 diff --git a/x11-libs/pixman/pixman-0.10.0.ebuild b/x11-libs/pixman/pixman-0.10.0.ebuild index 460936347043..5c23c883d46f 100644 --- a/x11-libs/pixman/pixman-0.10.0.ebuild +++ b/x11-libs/pixman/pixman-0.10.0.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/x11-libs/pixman/pixman-0.10.0.ebuild,v 1.4 2008/06/07 16:02:46 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.10.0.ebuild,v 1.5 2008/06/07 19:00:52 ken69267 Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,4 +8,4 @@ inherit x-modular DESCRIPTION="Low-level pixel manipulation routines" -KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd" |