diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-08 05:03:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-08 05:03:02 +0000 |
commit | 96f99031537eb2cf44fb975d684fb18db2521767 (patch) | |
tree | 0acb6cc6b9ee7a65d30cfd41a3a6015e470db3a6 /x11-apps/transset | |
parent | Stable for x86, wrt bug #475480 (diff) | |
download | gentoo-2-96f99031537eb2cf44fb975d684fb18db2521767.tar.gz gentoo-2-96f99031537eb2cf44fb975d684fb18db2521767.tar.bz2 gentoo-2-96f99031537eb2cf44fb975d684fb18db2521767.zip |
Stable for x86, wrt bug #475480
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'x11-apps/transset')
-rw-r--r-- | x11-apps/transset/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/transset/transset-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/transset/ChangeLog b/x11-apps/transset/ChangeLog index af93c63adf78..927339ae3dc5 100644 --- a/x11-apps/transset/ChangeLog +++ b/x11-apps/transset/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/transset # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/transset/ChangeLog,v 1.6 2013/09/29 11:08:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/transset/ChangeLog,v 1.7 2013/10/08 05:03:02 ago Exp $ + + 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> transset-1.0.1.ebuild: + Stable for x86, wrt bug #475480 29 Sep 2013; Agostino Sarubbo <ago@gentoo.org> transset-1.0.1.ebuild: Stable for amd64, wrt bug #475480 diff --git a/x11-apps/transset/transset-1.0.1.ebuild b/x11-apps/transset/transset-1.0.1.ebuild index 61042c5a61dd..b28046e7e42e 100644 --- a/x11-apps/transset/transset-1.0.1.ebuild +++ b/x11-apps/transset/transset-1.0.1.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-apps/transset/transset-1.0.1.ebuild,v 1.2 2013/09/29 11:08:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/transset/transset-1.0.1.ebuild,v 1.3 2013/10/08 05:03:02 ago Exp $ EAPI=5 inherit xorg-2 @@ -9,7 +9,7 @@ DESCRIPTION="An utility for setting opacity property" HOMEPAGE="http://www.freedesktop.org/wiki/Software/xapps http://cgit.freedesktop.org/xorg/app/transset/" LICENSE="SGI-B-2.0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="x11-libs/libX11" |