diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-05-13 16:45:14 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-05-13 16:45:14 +0000 |
commit | eeb64616313f0cbfb02e6b82abb196b4974c1540 (patch) | |
tree | 78f0b1a2139883fd4ca35bb6471d4187a15ab52f | |
parent | amd64 stable (diff) | |
download | gentoo-2-eeb64616313f0cbfb02e6b82abb196b4974c1540.tar.gz gentoo-2-eeb64616313f0cbfb02e6b82abb196b4974c1540.tar.bz2 gentoo-2-eeb64616313f0cbfb02e6b82abb196b4974c1540.zip |
amd64 stable
(Portage version: 2.1.2.7)
-rw-r--r-- | media-libs/libpixman/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libpixman/libpixman-0.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libpixman/ChangeLog b/media-libs/libpixman/ChangeLog index d6f087480a97..619b3e780a73 100644 --- a/media-libs/libpixman/ChangeLog +++ b/media-libs/libpixman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libpixman # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libpixman/ChangeLog,v 1.28 2007/03/12 20:11:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libpixman/ChangeLog,v 1.29 2007/05/13 16:45:14 beandog Exp $ + + 13 May 2007; Steve Dibb <beandog@gentoo.org> libpixman-0.1.3.ebuild: + amd64 stable 12 Mar 2007; Raúl Porcel <armin76@gentoo.org> libpixman-0.1.3.ebuild: x86 stable diff --git a/media-libs/libpixman/libpixman-0.1.3.ebuild b/media-libs/libpixman/libpixman-0.1.3.ebuild index 8747cae57d05..abff0c012aac 100644 --- a/media-libs/libpixman/libpixman-0.1.3.ebuild +++ b/media-libs/libpixman/libpixman-0.1.3.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/media-libs/libpixman/libpixman-0.1.3.ebuild,v 1.9 2007/03/12 20:11:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libpixman/libpixman-0.1.3.ebuild,v 1.10 2007/05/13 16:45:14 beandog Exp $ DESCRIPTION="A generic library for manipulating pixel regions" HOMEPAGE="http://cairographics.org/" @@ -8,7 +8,7 @@ SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz" LICENSE="X11" SLOT="0" -KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~mips ~ppc ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ppc64 s390 sparc x86" IUSE="" DEPEND="virtual/libc" |