diff options
author | Markus Meier <maekke@gentoo.org> | 2009-03-22 17:30:21 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-03-22 17:30:21 +0000 |
commit | 4d101ef23340032c92441b2530f43367bdccf60e (patch) | |
tree | 598b5d64fdd21ef5d28a894258a638559a6a264c /x11-apps | |
parent | x86 stable, bug #261488 (diff) | |
download | gentoo-2-4d101ef23340032c92441b2530f43367bdccf60e.tar.gz gentoo-2-4d101ef23340032c92441b2530f43367bdccf60e.tar.bz2 gentoo-2-4d101ef23340032c92441b2530f43367bdccf60e.zip |
add ~amd64, bug #261291
(Portage version: 2.1.6.9/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xstdcmap/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xstdcmap/xstdcmap-1.0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-apps/xstdcmap/ChangeLog b/x11-apps/xstdcmap/ChangeLog index cd542019db8d..84ac73a25144 100644 --- a/x11-apps/xstdcmap/ChangeLog +++ b/x11-apps/xstdcmap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xstdcmap -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xstdcmap/ChangeLog,v 1.14 2007/12/20 00:27:00 cla Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xstdcmap/ChangeLog,v 1.15 2009/03/22 17:30:21 maekke Exp $ + + 22 Mar 2009; Markus Meier <maekke@gentoo.org> xstdcmap-1.0.1.ebuild: + add ~amd64, bug #261291 19 Dec 2007; Dawid Węgliński <cla@gentoo.org> xstdcmap-1.0.1.ebuild: Stable on x86 (bug #202087) diff --git a/x11-apps/xstdcmap/xstdcmap-1.0.1.ebuild b/x11-apps/xstdcmap/xstdcmap-1.0.1.ebuild index f25081796541..7b4bd8376ff1 100644 --- a/x11-apps/xstdcmap/xstdcmap-1.0.1.ebuild +++ b/x11-apps/xstdcmap/xstdcmap-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xstdcmap/xstdcmap-1.0.1.ebuild,v 1.6 2008/01/13 09:35:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xstdcmap/xstdcmap-1.0.1.ebuild,v 1.7 2009/03/22 17:30:21 maekke Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X standard colormap utility" -KEYWORDS="arm ~mips ~ppc ~ppc64 s390 sh ~sparc x86" +KEYWORDS="~amd64 arm ~mips ~ppc ~ppc64 s390 sh ~sparc x86" RDEPEND="x11-libs/libXmu x11-libs/libX11" DEPEND="${RDEPEND}" |