diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2008-01-10 14:31:06 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2008-01-10 14:31:06 +0000 |
commit | 4072822dca81cae60a6ad7dcb0c2c1bcbb171eb9 (patch) | |
tree | be838a387e647496c4afb94eec8da703017c0cbf /x11-apps/xmodmap | |
parent | Marked stable on amd64 for bug #202087 (diff) | |
download | gentoo-2-4072822dca81cae60a6ad7dcb0c2c1bcbb171eb9.tar.gz gentoo-2-4072822dca81cae60a6ad7dcb0c2c1bcbb171eb9.tar.bz2 gentoo-2-4072822dca81cae60a6ad7dcb0c2c1bcbb171eb9.zip |
Marked stable on amd64 for bug #202087
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'x11-apps/xmodmap')
-rw-r--r-- | x11-apps/xmodmap/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xmodmap/xmodmap-1.0.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-apps/xmodmap/ChangeLog b/x11-apps/xmodmap/ChangeLog index 13b045ec9db6..a8449e3bd63e 100644 --- a/x11-apps/xmodmap/ChangeLog +++ b/x11-apps/xmodmap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xmodmap -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmodmap/ChangeLog,v 1.40 2007/12/20 00:18:18 cla Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmodmap/ChangeLog,v 1.41 2008/01/10 14:31:06 dang Exp $ + + 10 Jan 2008; Daniel Gryniewicz <dang@gentoo.org> xmodmap-1.0.3.ebuild: + Marked stable on amd64 for bug #202087 19 Dec 2007; Dawid Węgliński <cla@gentoo.org> xmodmap-1.0.3.ebuild: Stable on x86 (bug #202087) diff --git a/x11-apps/xmodmap/xmodmap-1.0.3.ebuild b/x11-apps/xmodmap/xmodmap-1.0.3.ebuild index 7b479be3d179..e91ceaf0d3c8 100644 --- a/x11-apps/xmodmap/xmodmap-1.0.3.ebuild +++ b/x11-apps/xmodmap/xmodmap-1.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmodmap/xmodmap-1.0.3.ebuild,v 1.2 2007/12/20 00:18:18 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmodmap/xmodmap-1.0.3.ebuild,v 1.3 2008/01/10 14:31:06 dang Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,7 +9,7 @@ inherit x-modular DESCRIPTION="utility for modifying keymaps and pointer button mappings in X" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND}" |