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 | c0b90878bca9ac861aa67448cc2f7ae0b926ab26 (patch) | |
tree | 334c19ac1aeb3b1c5a79fa803d83f03e59cec2dc /x11-themes | |
parent | Version bump to fix bug #95845 and bug #133099 (diff) | |
download | historical-c0b90878bca9ac861aa67448cc2f7ae0b926ab26.tar.gz historical-c0b90878bca9ac861aa67448cc2f7ae0b926ab26.tar.bz2 historical-c0b90878bca9ac861aa67448cc2f7ae0b926ab26.zip |
Change RDEPEND to bmpx-2 (bug 153608). Clean out old version.
Package-Manager: portage-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 |