diff options
author | 2008-07-22 17:30:33 +0000 | |
---|---|---|
committer | 2008-07-22 17:30:33 +0000 | |
commit | a3982c922a11ee714e03650e3c5304493be97785 (patch) | |
tree | ce3096b417dded0017c76cab8bc2d3a439ddc9ea /x11-misc | |
parent | Unmask mail-mta/esmtp, masked versions no longer exists (diff) | |
download | gentoo-2-a3982c922a11ee714e03650e3c5304493be97785.tar.gz gentoo-2-a3982c922a11ee714e03650e3c5304493be97785.tar.bz2 gentoo-2-a3982c922a11ee714e03650e3c5304493be97785.zip |
Stable on x86 (#232476)
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-tuxonice-r6 i686)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/dmenu/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/dmenu/dmenu-3.7-r1.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/dmenu/ChangeLog b/x11-misc/dmenu/ChangeLog index 81e629de5a6a..5cebeb4ba317 100644 --- a/x11-misc/dmenu/ChangeLog +++ b/x11-misc/dmenu/ChangeLog @@ -1,6 +1,9 @@ # 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.41 2008/07/22 17:12:37 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v 1.42 2008/07/22 17:30:33 tove Exp $ + + 22 Jul 2008; Torsten Veller <tove@gentoo.org> dmenu-3.7-r1.ebuild: + Stable on x86 (#232476) 22 Jul 2008; Cédric Krier <cedk@gentoo.org> dmenu-3.7-r1.ebuild: Add missing xinerama in IUSE diff --git a/x11-misc/dmenu/dmenu-3.7-r1.ebuild b/x11-misc/dmenu/dmenu-3.7-r1.ebuild index c062c85d41d5..3538228453b5 100644 --- a/x11-misc/dmenu/dmenu-3.7-r1.ebuild +++ b/x11-misc/dmenu/dmenu-3.7-r1.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-r1.ebuild,v 1.8 2008/07/22 17:12:37 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/dmenu-3.7-r1.ebuild,v 1.9 2008/07/22 17:30:33 tove Exp $ inherit toolchain-funcs savedconfig eutils @@ -10,12 +10,13 @@ SRC_URI="http://code.suckless.org/dl/tools/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd" IUSE="xinerama" -DEPEND="x11-libs/libX11 +RDEPEND="x11-libs/libX11 xinerama? ( x11-libs/libXinerama )" -RDEPEND=${DEPEND} +DEPEND="${RDEPEND} + xinerama? ( x11-proto/xineramaproto )" src_unpack() { unpack ${A} |