diff options
author | Joe Sapp <nixphoeni@gentoo.org> | 2009-11-24 13:05:29 +0000 |
---|---|---|
committer | Joe Sapp <nixphoeni@gentoo.org> | 2009-11-24 13:05:29 +0000 |
commit | 5b0db7f8cc7d459ce169203fd715b5c93ca188fa (patch) | |
tree | 9f0f0d08f3f482d3341f9c8bf543606fc170f954 /x11-plugins | |
parent | Version bump. (diff) | |
download | gentoo-2-5b0db7f8cc7d459ce169203fd715b5c93ca188fa.tar.gz gentoo-2-5b0db7f8cc7d459ce169203fd715b5c93ca188fa.tar.bz2 gentoo-2-5b0db7f8cc7d459ce169203fd715b5c93ca188fa.zip |
Fixed SRC_URI (bug #294114); keyworded ~ARCH for all supported by gnome-extra/gdesklets-core
(Portage version: 2.1.7.5/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/desklet-Mouse/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/desklet-Mouse/desklet-Mouse-0.1.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-plugins/desklet-Mouse/ChangeLog b/x11-plugins/desklet-Mouse/ChangeLog index 664612a48354..aedf677945a6 100644 --- a/x11-plugins/desklet-Mouse/ChangeLog +++ b/x11-plugins/desklet-Mouse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/desklet-Mouse # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-Mouse/ChangeLog,v 1.1 2009/10/27 11:24:17 nixphoeni Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-Mouse/ChangeLog,v 1.2 2009/11/24 13:05:29 nixphoeni Exp $ + + 24 Nov 2009; Joe Sapp <nixphoeni@gentoo.org> desklet-Mouse-0.1.ebuild: + Fixed SRC_URI (bug #294114); keyworded ~ARCH for all supported by + gnome-extra/gdesklets-core *desklet-Mouse-0.1 (27 Oct 2009) diff --git a/x11-plugins/desklet-Mouse/desklet-Mouse-0.1.ebuild b/x11-plugins/desklet-Mouse/desklet-Mouse-0.1.ebuild index c512c18484e6..565190ac880e 100644 --- a/x11-plugins/desklet-Mouse/desklet-Mouse-0.1.ebuild +++ b/x11-plugins/desklet-Mouse/desklet-Mouse-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-Mouse/desklet-Mouse-0.1.ebuild,v 1.1 2009/10/27 11:24:17 nixphoeni Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-Mouse/desklet-Mouse-0.1.ebuild,v 1.2 2009/11/24 13:05:29 nixphoeni Exp $ CONTROL_NAME="${PN#desklet-}" # This only needs to stick around until the new eclass is committed @@ -11,7 +11,9 @@ inherit gdesklets DESCRIPTION="Control for gDesklets that reports information about the cursor" HOMEPAGE="http://gdesklets.de/?q=control/view/101" LICENSE="GPL-2" +# This also only needs to stick around until the new eclass is committed +SRC_URI="${SRC_URI/\/desklets//controls}" SLOT="0" IUSE="" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" |