summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-07-18 11:05:51 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-07-18 11:05:51 +0000
commit8b7dd2d07b023cf9526dd84df9a498f7632f5ed9 (patch)
treeee8a92e3694def8a5bfc390e61ef93df578ceb6d /x11-misc
parentVersion bump (diff)
downloadgentoo-2-8b7dd2d07b023cf9526dd84df9a498f7632f5ed9.tar.gz
gentoo-2-8b7dd2d07b023cf9526dd84df9a498f7632f5ed9.tar.bz2
gentoo-2-8b7dd2d07b023cf9526dd84df9a498f7632f5ed9.zip
keyword ~x86-fbsd, thanks to Davide Italiano <dav_it@gentoo.org>, bug #231216.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/dmenu/ChangeLog6
-rw-r--r--x11-misc/dmenu/dmenu-3.7.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/dmenu/ChangeLog b/x11-misc/dmenu/ChangeLog
index 6cb88f153ff7..020800e1a21a 100644
--- a/x11-misc/dmenu/ChangeLog
+++ b/x11-misc/dmenu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/dmenu
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v 1.31 2008/06/19 09:10:33 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v 1.32 2008/07/18 11:05:51 aballier Exp $
+
+ 16 Jul 2008; Alexis Ballier <aballier@gentoo.org> dmenu-3.7.ebuild:
+ keyword ~x86-fbsd, thanks to Davide Italiano <dav_it@gentoo.org>, bug
+ #231216.
*dmenu-3.7 (19 Jun 2008)
diff --git a/x11-misc/dmenu/dmenu-3.7.ebuild b/x11-misc/dmenu/dmenu-3.7.ebuild
index d936fbc2276c..58f8422cb2b3 100644
--- a/x11-misc/dmenu/dmenu-3.7.ebuild
+++ b/x11-misc/dmenu/dmenu-3.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/dmenu-3.7.ebuild,v 1.1 2008/06/19 09:10:33 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/dmenu-3.7.ebuild,v 1.2 2008/07/18 11:05:51 aballier Exp $
inherit toolchain-funcs savedconfig
@@ -10,7 +10,7 @@ SRC_URI="http://suckless.org/download/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
DEPEND="x11-libs/libX11"