diff options
author | 2005-08-08 20:27:59 +0000 | |
---|---|---|
committer | 2005-08-08 20:27:59 +0000 | |
commit | 4a49502141b0129a6a554887a8ae1d39eea938fe (patch) | |
tree | 48d6a57f9b4c9e1609c663ab2a7687679960dadb /kde-base/kghostview | |
parent | Add ~sparc keyword, prepare for master build for X modular. (diff) | |
download | gentoo-2-4a49502141b0129a6a554887a8ae1d39eea938fe.tar.gz gentoo-2-4a49502141b0129a6a554887a8ae1d39eea938fe.tar.bz2 gentoo-2-4a49502141b0129a6a554887a8ae1d39eea938fe.zip |
~alpha keyword.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'kde-base/kghostview')
-rw-r--r-- | kde-base/kghostview/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kghostview/kghostview-3.4.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/kghostview/ChangeLog b/kde-base/kghostview/ChangeLog index ef617fda8a87..0ea65e955f95 100644 --- a/kde-base/kghostview/ChangeLog +++ b/kde-base/kghostview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kghostview # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kghostview/ChangeLog,v 1.14 2005/08/05 10:53:12 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kghostview/ChangeLog,v 1.15 2005/08/08 20:23:52 kloeri Exp $ + + 08 Aug 2005; Bryan Østergaard <kloeri@gentoo.org> + kghostview-3.4.2.ebuild: + ~alpha keyword. 05 Aug 2005; Gregorio Guidi <greg_g@gentoo.org> +files/kdegraphics-3.4-gcc4.patch, kghostview-3.4.2.ebuild: diff --git a/kde-base/kghostview/kghostview-3.4.2.ebuild b/kde-base/kghostview/kghostview-3.4.2.ebuild index 9ed0c1442198..118f056c2474 100644 --- a/kde-base/kghostview/kghostview-3.4.2.ebuild +++ b/kde-base/kghostview/kghostview-3.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kghostview/kghostview-3.4.2.ebuild,v 1.3 2005/08/08 10:11:36 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kghostview/kghostview-3.4.2.ebuild,v 1.4 2005/08/08 20:23:52 kloeri Exp $ KMNAME=kdegraphics MAXKDEVER=$PV @@ -8,7 +8,7 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="KDE: Viewer for PostScript (.ps, .eps) and Portable Document Format (.pdf) files" -KEYWORDS=" ~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="${DEPEND} virtual/ghostscript" |