diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-26 07:31:34 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-26 07:31:34 +0000 |
commit | e5c851e3451228c1574d04ec93dd935ad18ffbf3 (patch) | |
tree | ee5dbe3c28fb3d1eb3b5ada2c6fe32b7821c92ea /media-libs | |
parent | Fix test phase for python3. (diff) | |
download | gentoo-2-e5c851e3451228c1574d04ec93dd935ad18ffbf3.tar.gz gentoo-2-e5c851e3451228c1574d04ec93dd935ad18ffbf3.tar.bz2 gentoo-2-e5c851e3451228c1574d04ec93dd935ad18ffbf3.zip |
ppc stable wrt bug#411449.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libvisio/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libvisio/libvisio-0.0.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libvisio/ChangeLog b/media-libs/libvisio/ChangeLog index d7a278a41d44..9c373d29a35e 100644 --- a/media-libs/libvisio/ChangeLog +++ b/media-libs/libvisio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libvisio # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.24 2012/04/16 10:38:49 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.25 2012/04/26 07:31:34 scarabeus Exp $ + + 26 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> libvisio-0.0.15.ebuild: + ppc stable wrt bug#411449. *libvisio-0.0.16 (16 Apr 2012) diff --git a/media-libs/libvisio/libvisio-0.0.15.ebuild b/media-libs/libvisio/libvisio-0.0.15.ebuild index 542b3598ad8e..895f2f561375 100644 --- a/media-libs/libvisio/libvisio-0.0.15.ebuild +++ b/media-libs/libvisio/libvisio-0.0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.15.ebuild,v 1.2 2012/04/06 10:23:57 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.15.ebuild,v 1.3 2012/04/26 07:31:34 scarabeus Exp $ EAPI=4 @@ -15,7 +15,7 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio" LICENSE="LGPL-2.1" SLOT="0" -[[ ${PV} == 9999 ]] || KEYWORDS="amd64 ~ppc x86" +[[ ${PV} == 9999 ]] || KEYWORDS="amd64 ppc x86" IUSE="doc static-libs" RDEPEND=" |