diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-22 12:02:18 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-22 12:02:18 +0000 |
commit | 5b57d979a1a71969654646bd529107d7fc11f9ce (patch) | |
tree | 020ff57855341a5c2238ff2706507c8fe62789d6 /x11-misc/dmenu | |
parent | Stable for ppc64, wrt bug #494584 (diff) | |
download | gentoo-2-5b57d979a1a71969654646bd529107d7fc11f9ce.tar.gz gentoo-2-5b57d979a1a71969654646bd529107d7fc11f9ce.tar.bz2 gentoo-2-5b57d979a1a71969654646bd529107d7fc11f9ce.zip |
Stable for ppc64, wrt bug #487892
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'x11-misc/dmenu')
-rw-r--r-- | x11-misc/dmenu/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/dmenu/dmenu-4.5-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/dmenu/ChangeLog b/x11-misc/dmenu/ChangeLog index 20a3eb2162c6..2b7d00b61f5e 100644 --- a/x11-misc/dmenu/ChangeLog +++ b/x11-misc/dmenu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/dmenu # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v 1.107 2013/12/21 16:26:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v 1.108 2013/12/22 12:02:18 ago Exp $ + + 22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> dmenu-4.5-r3.ebuild: + Stable for ppc64, wrt bug #487892 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> dmenu-4.5-r3.ebuild: Stable for ppc, wrt bug #487892 diff --git a/x11-misc/dmenu/dmenu-4.5-r3.ebuild b/x11-misc/dmenu/dmenu-4.5-r3.ebuild index 6889d9e01445..f3b3b19eeabe 100644 --- a/x11-misc/dmenu/dmenu-4.5-r3.ebuild +++ b/x11-misc/dmenu/dmenu-4.5-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/dmenu-4.5-r3.ebuild,v 1.7 2013/12/21 16:26:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/dmenu-4.5-r3.ebuild,v 1.8 2013/12/22 12:02:18 ago Exp $ EAPI=5 inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 hppa ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 hppa ppc ppc64 x86 ~x86-fbsd" IUSE="xft xinerama" RDEPEND=" |