summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedrich Oslage <bluebird@gentoo.org>2009-04-06 18:45:17 +0000
committerFriedrich Oslage <bluebird@gentoo.org>2009-04-06 18:45:17 +0000
commit86a42f2ccd72c0089cbe0cbafc40fc049ff265d0 (patch)
treee59d781b970ccd04268a9ed6c32525a409d38344
parentStable on sparc, bug #251832 (diff)
downloadgentoo-2-86a42f2ccd72c0089cbe0cbafc40fc049ff265d0.tar.gz
gentoo-2-86a42f2ccd72c0089cbe0cbafc40fc049ff265d0.tar.bz2
gentoo-2-86a42f2ccd72c0089cbe0cbafc40fc049ff265d0.zip
Add ~sparc keyword, bug #251832
(Portage version: 2.2_rc28/cvs/Linux sparc64)
-rw-r--r--x11-misc/driconf/ChangeLog5
-rw-r--r--x11-misc/driconf/driconf-0.9.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/driconf/ChangeLog b/x11-misc/driconf/ChangeLog
index 5c58cfd6b3fb..023347d83944 100644
--- a/x11-misc/driconf/ChangeLog
+++ b/x11-misc/driconf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/driconf
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/driconf/ChangeLog,v 1.20 2009/04/05 21:47:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/driconf/ChangeLog,v 1.21 2009/04/06 18:45:17 bluebird Exp $
+
+ 06 Apr 2009; Friedrich Oslage <bluebird@gentoo.org> driconf-0.9.1.ebuild:
+ Add ~sparc keyword, bug #251832
03 Apr 2009; Brent Baude <ranger@gentoo.org> driconf-0.9.1.ebuild:
Marking driconf-0.9.1 ppc64 stable for bug 251832
diff --git a/x11-misc/driconf/driconf-0.9.1.ebuild b/x11-misc/driconf/driconf-0.9.1.ebuild
index b173e4fe0b49..ba74a53aa66f 100644
--- a/x11-misc/driconf/driconf-0.9.1.ebuild
+++ b/x11-misc/driconf/driconf-0.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/driconf/driconf-0.9.1.ebuild,v 1.6 2009/04/03 14:30:56 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/driconf/driconf-0.9.1.ebuild,v 1.7 2009/04/06 18:45:17 bluebird Exp $
inherit distutils
@@ -11,7 +11,7 @@ LICENSE="GPL-2"
IUSE=""
SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 ~sparc x86"
DEPEND=">=x11-libs/gtk+-2.4
>=dev-lang/python-2.3