diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-22 19:26:13 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-22 19:26:13 +0000 |
commit | db7d55bb8955284e43f7a63a1ae074f0d109b6d5 (patch) | |
tree | a31d6d32d5f5ab5dda2cc291d8f542ab7b79e88b /x11-apps/xsetroot | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-db7d55bb8955284e43f7a63a1ae074f0d109b6d5.tar.gz gentoo-2-db7d55bb8955284e43f7a63a1ae074f0d109b6d5.tar.bz2 gentoo-2-db7d55bb8955284e43f7a63a1ae074f0d109b6d5.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'x11-apps/xsetroot')
-rw-r--r-- | x11-apps/xsetroot/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xsetroot/xsetroot-1.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xsetroot/ChangeLog b/x11-apps/xsetroot/ChangeLog index acb9f0dcaab8..c0dced005b23 100644 --- a/x11-apps/xsetroot/ChangeLog +++ b/x11-apps/xsetroot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xsetroot # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/ChangeLog,v 1.49 2013/01/23 16:52:54 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/ChangeLog,v 1.50 2013/02/22 19:26:13 zmedico Exp $ + + 22 Feb 2013; Zac Medico <zmedico@gentoo.org> xsetroot-1.1.1.ebuild: + Add ~arm-linux keyword. *xsetroot-1.1.1 (23 Jan 2013) diff --git a/x11-apps/xsetroot/xsetroot-1.1.1.ebuild b/x11-apps/xsetroot/xsetroot-1.1.1.ebuild index 201599662f9f..35eee8907ca2 100644 --- a/x11-apps/xsetroot/xsetroot-1.1.1.ebuild +++ b/x11-apps/xsetroot/xsetroot-1.1.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/xsetroot/xsetroot-1.1.1.ebuild,v 1.1 2013/01/23 16:52:54 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/xsetroot-1.1.1.ebuild,v 1.2 2013/02/22 19:26:13 zmedico Exp $ EAPI=5 @@ -8,7 +8,7 @@ inherit xorg-2 DESCRIPTION="X.Org xsetroot application" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="" RDEPEND="x11-libs/libXmu x11-libs/libX11 |