summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2005-06-05 11:51:19 +0000
committerMarkus Rothe <corsair@gentoo.org>2005-06-05 11:51:19 +0000
commit6b34b9a53951e9ab691f7e91c63cfb98de3fb9ef (patch)
tree615b95d5cc41877c437ce67b427a62ccb68b92cc /media-gfx
parentStable on ppc. (diff)
downloadgentoo-2-6b34b9a53951e9ab691f7e91c63cfb98de3fb9ef.tar.gz
gentoo-2-6b34b9a53951e9ab691f7e91c63cfb98de3fb9ef.tar.bz2
gentoo-2-6b34b9a53951e9ab691f7e91c63cfb98de3fb9ef.zip
stable on ppc64
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/skencil/ChangeLog5
-rw-r--r--media-gfx/skencil/skencil-0.6.16.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/skencil/ChangeLog b/media-gfx/skencil/ChangeLog
index 95ff65cc3246..13c01d22088d 100644
--- a/media-gfx/skencil/ChangeLog
+++ b/media-gfx/skencil/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/skencil
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/ChangeLog,v 1.12 2005/05/21 08:51:27 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/ChangeLog,v 1.13 2005/06/05 11:51:19 corsair Exp $
+
+ 05 Jun 2005; Markus Rothe <corsair@gentoo.org> skencil-0.6.16.ebuild:
+ Stable on ppc64; dependency for bug #92995
21 May 2005; Markus Rothe <corsair@gentoo.org> skencil-0.6.16.ebuild:
Added ~ppc64 to KEYWORDS
diff --git a/media-gfx/skencil/skencil-0.6.16.ebuild b/media-gfx/skencil/skencil-0.6.16.ebuild
index e56c3b0506bb..f1369d94f1fc 100644
--- a/media-gfx/skencil/skencil-0.6.16.ebuild
+++ b/media-gfx/skencil/skencil-0.6.16.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/media-gfx/skencil/skencil-0.6.16.ebuild,v 1.10 2005/05/21 08:51:27 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-0.6.16.ebuild,v 1.11 2005/06/05 11:51:19 corsair Exp $
IUSE="nls"
DESCRIPTION="Interactive X11 vector drawing program"
@@ -13,7 +13,7 @@ DEPEND=">=dev-python/imaging-1.1.2-r1
RDEPEND="nls? ( sys-devel/gettext )"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc ~sparc ~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86"
src_compile() {
use nls && useopts="${useopts} --with-nls"