diff options
author | Vicente Olivert Riera <vincent@gentoo.org> | 2014-03-04 20:28:41 +0000 |
---|---|---|
committer | Vicente Olivert Riera <vincent@gentoo.org> | 2014-03-04 20:28:41 +0000 |
commit | 49dfc680cc8ba1c0dcb6efb4be38e9ecfde9931d (patch) | |
tree | 6b0a6123b64b0b375f17a7d91a0523dced82382a /x11-misc | |
parent | Add ~mips keyword. (diff) | |
download | gentoo-2-49dfc680cc8ba1c0dcb6efb4be38e9ecfde9931d.tar.gz gentoo-2-49dfc680cc8ba1c0dcb6efb4be38e9ecfde9931d.tar.bz2 gentoo-2-49dfc680cc8ba1c0dcb6efb4be38e9ecfde9931d.zip |
Add ~mips keyword.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xsel/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xsel/xsel-1.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/xsel/ChangeLog b/x11-misc/xsel/ChangeLog index 3c38683ccdd3..7c37d35614d6 100644 --- a/x11-misc/xsel/ChangeLog +++ b/x11-misc/xsel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xsel -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/ChangeLog,v 1.25 2013/09/10 13:07:58 xmw Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/ChangeLog,v 1.26 2014/03/04 20:28:41 vincent Exp $ + + 04 Mar 2014; Vicente Olivert Riera <vincent@gentoo.org> xsel-1.2.0.ebuild: + Add ~mips keyword. 10 Sep 2013; Michael Weber <xmw@gentoo.org> xsel-1.2.0.ebuild: Adding ~arm keyword. diff --git a/x11-misc/xsel/xsel-1.2.0.ebuild b/x11-misc/xsel/xsel-1.2.0.ebuild index f7fb7e554657..1ad55d298a1f 100644 --- a/x11-misc/xsel/xsel-1.2.0.ebuild +++ b/x11-misc/xsel/xsel-1.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/xsel-1.2.0.ebuild,v 1.9 2013/09/10 13:07:58 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/xsel-1.2.0.ebuild,v 1.10 2014/03/04 20:28:41 vincent Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="http://www.vergenet.net/~conrad/software/${PN}/download/${P}.tar.gz" LICENSE="HPND" SLOT="0" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~arm ~mips ppc ~ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" RDEPEND="x11-libs/libX11 |