diff options
author | 2012-05-08 15:07:15 +0000 | |
---|---|---|
committer | 2012-05-08 15:07:15 +0000 | |
commit | 7557a8be39039b99fe6ccc997ed8766c52a3c9df (patch) | |
tree | 860071ceb61182ee6dabeaa6bacf871a34bb5a56 /x11-misc/gxmessage | |
parent | Version bump, remove old. (diff) | |
download | gentoo-2-7557a8be39039b99fe6ccc997ed8766c52a3c9df.tar.gz gentoo-2-7557a8be39039b99fe6ccc997ed8766c52a3c9df.tar.bz2 gentoo-2-7557a8be39039b99fe6ccc997ed8766c52a3c9df.zip |
Stable for amd64, wrt bug #391233
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/gxmessage')
-rw-r--r-- | x11-misc/gxmessage/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/gxmessage/gxmessage-2.12.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/gxmessage/ChangeLog b/x11-misc/gxmessage/ChangeLog index c5e4f039f575..3ff8ff0595ad 100644 --- a/x11-misc/gxmessage/ChangeLog +++ b/x11-misc/gxmessage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/gxmessage # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gxmessage/ChangeLog,v 1.32 2012/05/08 08:51:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gxmessage/ChangeLog,v 1.33 2012/05/08 15:07:15 ago Exp $ + + 08 May 2012; Agostino Sarubbo <ago@gentoo.org> gxmessage-2.12.4.ebuild: + Stable for amd64, wrt bug #391233 08 May 2012; Samuli Suominen <ssuominen@gentoo.org> gxmessage-2.12.4.ebuild: Update hicolor icon cache for gxmessage.png. diff --git a/x11-misc/gxmessage/gxmessage-2.12.4.ebuild b/x11-misc/gxmessage/gxmessage-2.12.4.ebuild index 7ab2152df7a0..669bbfb132c0 100644 --- a/x11-misc/gxmessage/gxmessage-2.12.4.ebuild +++ b/x11-misc/gxmessage/gxmessage-2.12.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gxmessage/gxmessage-2.12.4.ebuild,v 1.5 2012/05/08 08:52:17 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gxmessage/gxmessage-2.12.4.ebuild,v 1.6 2012/05/08 15:07:15 ago Exp $ EAPI=4 inherit gnome2-utils @@ -11,7 +11,7 @@ SRC_URI="http://homepages.ihug.co.nz/~trmusson/stuff/${P}.tar.gz" LICENSE="GPL-3 public-domain" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=x11-libs/gtk+-2.12:2" |