diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-06-22 12:24:42 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-06-22 12:24:42 +0000 |
commit | 63f65921b181cb58be5560061d62df751c05ce4c (patch) | |
tree | dcc74b389907e38d3c01bbad0e9648778a980947 /media-libs | |
parent | Added USE=sftp for sftp support (uses net-libs/libssh2 for it). (diff) | |
download | gentoo-2-63f65921b181cb58be5560061d62df751c05ce4c.tar.gz gentoo-2-63f65921b181cb58be5560061d62df751c05ce4c.tar.bz2 gentoo-2-63f65921b181cb58be5560061d62df751c05ce4c.zip |
Really stable 0.0.17. Seems like bug of ekeyword. Thanks to Rene Neumann for the report.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libvisio/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libvisio/libvisio-0.0.17.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libvisio/ChangeLog b/media-libs/libvisio/ChangeLog index fe22723fee46..6ad03592f622 100644 --- a/media-libs/libvisio/ChangeLog +++ b/media-libs/libvisio/ChangeLog @@ -1,6 +1,10 @@ # 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.31 2012/06/22 11:19:09 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.32 2012/06/22 12:24:42 scarabeus Exp $ + + 22 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> libvisio-0.0.17.ebuild: + Really stable 0.0.17. Seems like bug of ekeyword. Thanks to Rene Neumann for + the report. *libvisio-0.0.18 (22 Jun 2012) diff --git a/media-libs/libvisio/libvisio-0.0.17.ebuild b/media-libs/libvisio/libvisio-0.0.17.ebuild index 80113aa0b619..47a70b5b72b1 100644 --- a/media-libs/libvisio/libvisio-0.0.17.ebuild +++ b/media-libs/libvisio/libvisio-0.0.17.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.17.ebuild,v 1.1 2012/06/14 08:29:52 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.17.ebuild,v 1.2 2012/06/22 12:24:42 scarabeus Exp $ EAPI=4 @@ -14,7 +14,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=" |