summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-10-16 17:01:25 +0000
committerPacho Ramos <pacho@gentoo.org>2011-10-16 17:01:25 +0000
commit07878b973127b29ebc389f401efaf0131cce963b (patch)
treea220397196c564aaaa7ff3f47f881b8dfa11567a /sys-apps
parentppc stable wrt #385699 (diff)
downloadgentoo-2-07878b973127b29ebc389f401efaf0131cce963b.tar.gz
gentoo-2-07878b973127b29ebc389f401efaf0131cce963b.tar.bz2
gentoo-2-07878b973127b29ebc389f401efaf0131cce963b.zip
Fix dependency on bzip2 static for future versions as reported by Arfrever.
(Portage version: 2.1.10.27/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/tuxonice-userui/ChangeLog5
-rw-r--r--sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/tuxonice-userui/ChangeLog b/sys-apps/tuxonice-userui/ChangeLog
index 3f6aa349b8d1..94d165d37802 100644
--- a/sys-apps/tuxonice-userui/ChangeLog
+++ b/sys-apps/tuxonice-userui/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/tuxonice-userui
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/ChangeLog,v 1.23 2011/10/16 16:45:31 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/ChangeLog,v 1.24 2011/10/16 17:01:25 pacho Exp $
+
+ 16 Oct 2011; Pacho Ramos <pacho@gentoo.org> tuxonice-userui-1.0.ebuild:
+ Fix dependency on bzip2 static for future versions as reported by Arfrever.
16 Oct 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Co-maintain this also.
diff --git a/sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild b/sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild
index 9d3f9c116adc..6f107a993ac9 100644
--- a/sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild
+++ b/sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild,v 1.9 2011/09/26 15:34:41 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuxonice-userui/tuxonice-userui-1.0.ebuild,v 1.10 2011/10/16 17:01:25 pacho Exp $
EAPI="2"
@@ -19,7 +19,7 @@ DEPEND="fbsplash? ( >=media-gfx/splashutils-1.5.2.1
media-libs/libmng[lcms]
>=media-libs/libpng-1.4.8[static-libs]
media-libs/freetype[static-libs]
- app-arch/bzip2[static]
+ || ( <app-arch/bzip2-1.0.6-r3[static] >=app-arch/bzip2-1.0.6-r3[static-libs] )
media-libs/lcms:0[static-libs] )"
RDEPEND="${DEPEND}"