diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-04-27 17:21:43 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-04-27 17:21:43 +0000 |
commit | e12cc7c71b12d98f78ae28d0f20077f67fbadcf1 (patch) | |
tree | d780e4c11f0f91f506bceeaeb7ee4b6a9de4355b /app-text | |
parent | DEPEND on virtual/pkgconfig, X11 protos. Version bump. (diff) | |
download | gentoo-2-e12cc7c71b12d98f78ae28d0f20077f67fbadcf1.tar.gz gentoo-2-e12cc7c71b12d98f78ae28d0f20077f67fbadcf1.tar.bz2 gentoo-2-e12cc7c71b12d98f78ae28d0f20077f67fbadcf1.zip |
Stable for HPPA (bug #467450).
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/libwpd/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/libwpd/libwpd-0.9.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/libwpd/ChangeLog b/app-text/libwpd/ChangeLog index 721ba54b4273..a7b6438db19f 100644 --- a/app-text/libwpd/ChangeLog +++ b/app-text/libwpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/libwpd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.104 2013/04/19 09:23:07 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.105 2013/04/27 17:21:43 jer Exp $ + + 27 Apr 2013; Jeroen Roovers <jer@gentoo.org> libwpd-0.9.7.ebuild: + Stable for HPPA (bug #467450). *libwpd-0.9.7 (19 Apr 2013) diff --git a/app-text/libwpd/libwpd-0.9.7.ebuild b/app-text/libwpd/libwpd-0.9.7.ebuild index 9068024219ee..642e9465cccb 100644 --- a/app-text/libwpd/libwpd-0.9.7.ebuild +++ b/app-text/libwpd/libwpd-0.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.7.ebuild,v 1.1 2013/04/19 09:23:07 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.7.ebuild,v 1.2 2013/04/27 17:21:43 jer Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="|| ( LGPL-2.1 MPL-2.0 )" SLOT="0.9" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc test +tools" RDEPEND="" |