diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2006-11-01 19:37:29 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2006-11-01 19:37:29 +0000 |
commit | 83b0c9befc130794a6a6aaadc5719e104fd2bc1f (patch) | |
tree | 091519dfc00ca108e5c81dcb528750c6976ac7f8 /x11-themes | |
parent | Version bump to fix bug #95845 and bug #133099 (diff) | |
download | gentoo-2-83b0c9befc130794a6a6aaadc5719e104fd2bc1f.tar.gz gentoo-2-83b0c9befc130794a6a6aaadc5719e104fd2bc1f.tar.bz2 gentoo-2-83b0c9befc130794a6a6aaadc5719e104fd2bc1f.zip |
Change RDEPEND to bmpx-2 (bug 153608). Clean out old version.
(Portage version: 2.1.2_pre3-r7)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/bmpx-themes/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/bmpx-themes/bmpx-themes-0.0.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-themes/bmpx-themes/ChangeLog b/x11-themes/bmpx-themes/ChangeLog index 7da254839eb1..b81249536df0 100644 --- a/x11-themes/bmpx-themes/ChangeLog +++ b/x11-themes/bmpx-themes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/bmpx-themes # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/bmpx-themes/ChangeLog,v 1.3 2006/08/30 15:30:04 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/bmpx-themes/ChangeLog,v 1.4 2006/11/01 19:37:29 chutzpah Exp $ + + 01 Nov 2006; Patrick McLean <chutzpah@gentoo.org> + -bmpx-themes-0.0.3.ebuild, bmpx-themes-0.0.3-r1.ebuild: + Change RDEPEND to bmpx-2 (bug 153608). Clean out old version. *bmpx-themes-0.0.3-r1 (30 Aug 2006) diff --git a/x11-themes/bmpx-themes/bmpx-themes-0.0.3-r1.ebuild b/x11-themes/bmpx-themes/bmpx-themes-0.0.3-r1.ebuild index bc3948446f2d..034512a5ec63 100644 --- a/x11-themes/bmpx-themes/bmpx-themes-0.0.3-r1.ebuild +++ b/x11-themes/bmpx-themes/bmpx-themes-0.0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/bmpx-themes/bmpx-themes-0.0.3-r1.ebuild,v 1.1 2006/08/30 15:30:04 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/bmpx-themes/bmpx-themes-0.0.3-r1.ebuild,v 1.2 2006/11/01 19:37:29 chutzpah Exp $ DESCRIPTION="Collection of XMMS themes for BMPx" @@ -105,7 +105,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" DEPEND="app-arch/unzip" -RDEPEND="media-sound/bmpx" +RDEPEND="=media-sound/bmpx-0.2*" src_unpack() { local bn |