diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-28 22:59:29 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-28 22:59:29 +0000 |
commit | 6704de277f1d7c3aade1a63174d98421f1dc1fe2 (patch) | |
tree | d274bd0e9bb7a861e4d9ae30c5f09176fb50526d /x11-themes/xcursor-themes | |
parent | Version bump. (diff) | |
download | gentoo-2-6704de277f1d7c3aade1a63174d98421f1dc1fe2.tar.gz gentoo-2-6704de277f1d7c3aade1a63174d98421f1dc1fe2.tar.bz2 gentoo-2-6704de277f1d7c3aade1a63174d98421f1dc1fe2.zip |
Fix fetching due to new eclass.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/xcursor-themes')
-rw-r--r-- | x11-themes/xcursor-themes/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/xcursor-themes/xcursor-themes-1.0.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-themes/xcursor-themes/ChangeLog b/x11-themes/xcursor-themes/ChangeLog index 879101d321f5..654cdff969a0 100644 --- a/x11-themes/xcursor-themes/ChangeLog +++ b/x11-themes/xcursor-themes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/xcursor-themes # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/ChangeLog,v 1.41 2011/02/15 13:25:15 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/ChangeLog,v 1.42 2011/02/28 22:59:29 scarabeus Exp $ + + 28 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + xcursor-themes-1.0.3.ebuild: + Fix fetching due to new eclass. 15 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -xcursor-themes-1.0.2.ebuild: diff --git a/x11-themes/xcursor-themes/xcursor-themes-1.0.3.ebuild b/x11-themes/xcursor-themes/xcursor-themes-1.0.3.ebuild index 4e52535cf177..d9b8af06284b 100644 --- a/x11-themes/xcursor-themes/xcursor-themes-1.0.3.ebuild +++ b/x11-themes/xcursor-themes/xcursor-themes-1.0.3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/xcursor-themes-1.0.3.ebuild,v 1.8 2011/02/14 23:43:38 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/xcursor-themes-1.0.3.ebuild,v 1.9 2011/02/28 22:59:29 scarabeus Exp $ EAPI=3 XORG_STATIC=no -MODULE=data +MODULE=data/ inherit xorg-2 DESCRIPTION="X.Org cursor themes: whiteglass, redglass and handhelds" |