diff options
author | Vicente Olivert Riera <vincent@gentoo.org> | 2014-03-04 20:23:11 +0000 |
---|---|---|
committer | Vicente Olivert Riera <vincent@gentoo.org> | 2014-03-04 20:23:11 +0000 |
commit | 433445ef892e986c2c5605bead8b948bf7c68e49 (patch) | |
tree | 17eee273072f4d89b36aac42828c2b683bf3f54d /x11-misc/fbpanel/fbpanel-6.1-r2.ebuild | |
parent | Stable for x86, wrt bug #502628 (diff) | |
download | gentoo-2-433445ef892e986c2c5605bead8b948bf7c68e49.tar.gz gentoo-2-433445ef892e986c2c5605bead8b948bf7c68e49.tar.bz2 gentoo-2-433445ef892e986c2c5605bead8b948bf7c68e49.zip |
Add ~mips keyword.
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
Diffstat (limited to 'x11-misc/fbpanel/fbpanel-6.1-r2.ebuild')
-rw-r--r-- | x11-misc/fbpanel/fbpanel-6.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/fbpanel/fbpanel-6.1-r2.ebuild b/x11-misc/fbpanel/fbpanel-6.1-r2.ebuild index 07273cf50249..19a0fcc357ad 100644 --- a/x11-misc/fbpanel/fbpanel-6.1-r2.ebuild +++ b/x11-misc/fbpanel/fbpanel-6.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/fbpanel-6.1-r2.ebuild,v 1.2 2014/03/02 22:39:22 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/fbpanel-6.1-r2.ebuild,v 1.3 2014/03/04 20:23:11 vincent Exp $ EAPI=5 inherit eutils multilib toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tbz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ~ppc64 ~x86" IUSE="" RDEPEND="x11-libs/gtk+:2" |