diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-04-21 19:57:38 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-04-21 19:57:38 +0000 |
commit | 453dc44628dfd235e1e449d7894be501e6b52192 (patch) | |
tree | bcf188380a6a9e483aa16be48f6c753a7754486a /app-office/abiword-plugins | |
parent | Added ~alpha keyword wrt Bug #110858. (diff) | |
download | gentoo-2-453dc44628dfd235e1e449d7894be501e6b52192.tar.gz gentoo-2-453dc44628dfd235e1e449d7894be501e6b52192.tar.bz2 gentoo-2-453dc44628dfd235e1e449d7894be501e6b52192.zip |
Added ~alpha keyword wrt Bug #110858.
(Portage version: 2.0.54)
Diffstat (limited to 'app-office/abiword-plugins')
-rw-r--r-- | app-office/abiword-plugins/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/abiword-plugins/abiword-plugins-2.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/abiword-plugins/ChangeLog b/app-office/abiword-plugins/ChangeLog index 62981980a565..9f0edab7bbfb 100644 --- a/app-office/abiword-plugins/ChangeLog +++ b/app-office/abiword-plugins/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/abiword-plugins # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.13 2006/03/12 20:39:51 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.14 2006/04/21 19:57:38 tcort Exp $ + + 21 Apr 2006; Thomas Cort <tcort@gentoo.org> abiword-plugins-2.4.2.ebuild: + Added ~alpha keyword wrt Bug #110858. 12 Mar 2006; Joe McCann <joem@gentoo.org> abiword-plugins-2.4.2.ebuild: make abiword dep less strict to allow rev bumps. Thanks to Rumen Yotov for diff --git a/app-office/abiword-plugins/abiword-plugins-2.4.2.ebuild b/app-office/abiword-plugins/abiword-plugins-2.4.2.ebuild index 2998a4e0c178..512e5baf5184 100644 --- a/app-office/abiword-plugins/abiword-plugins-2.4.2.ebuild +++ b/app-office/abiword-plugins/abiword-plugins-2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.2.ebuild,v 1.4 2006/03/12 20:39:51 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.2.ebuild,v 1.5 2006/04/21 19:57:38 tcort Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.abisource.com/downloads/abiword/${PV}/abiword-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="bzip2 debug gnome grammar jpeg libgda math pdf readline svg thesaurus wmf wordperfect" S=${WORKDIR}/abiword-${PV}/${PN} |