diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-02-09 13:03:26 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-02-09 13:03:26 +0000 |
commit | 73238a3ea032589f86543f28cf3a562e046c5ecb (patch) | |
tree | fa138557c82918b063866bd0dee3b56d15003165 /sys-block/partimage | |
parent | Drop invalid patch wrt #198859. (diff) | |
download | gentoo-2-73238a3ea032589f86543f28cf3a562e046c5ecb.tar.gz gentoo-2-73238a3ea032589f86543f28cf3a562e046c5ecb.tar.bz2 gentoo-2-73238a3ea032589f86543f28cf3a562e046c5ecb.zip |
Fix partimage to work with slang 2.1.3.
(Portage version: 2.1.4.1)
Diffstat (limited to 'sys-block/partimage')
-rw-r--r-- | sys-block/partimage/ChangeLog | 5 | ||||
-rw-r--r-- | sys-block/partimage/partimage-0.6.6.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-block/partimage/ChangeLog b/sys-block/partimage/ChangeLog index b12467d32da1..01e8835a5606 100644 --- a/sys-block/partimage/ChangeLog +++ b/sys-block/partimage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-block/partimage # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/ChangeLog,v 1.31 2008/01/15 12:22:20 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/ChangeLog,v 1.32 2008/02/09 13:03:26 drac Exp $ + + 09 Feb 2008; Samuli Suominen <drac@gentoo.org> partimage-0.6.6.ebuild: + Fix partimage to work with slang 2.1.3. 15 Jan 2008; Christian Zoffoli <xmerlin@gentoo.org> files/partimaged.pam: Recommit pam file. diff --git a/sys-block/partimage/partimage-0.6.6.ebuild b/sys-block/partimage/partimage-0.6.6.ebuild index 2956cfa3e45f..516e87d73d1b 100644 --- a/sys-block/partimage/partimage-0.6.6.ebuild +++ b/sys-block/partimage/partimage-0.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/partimage-0.6.6.ebuild,v 1.1 2008/01/15 12:05:20 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/partimage-0.6.6.ebuild,v 1.2 2008/02/09 13:03:26 drac Exp $ WANT_AUTOMAKE="1.10" @@ -18,7 +18,7 @@ DEPEND="virtual/libc >=sys-libs/zlib-1.1.4 >=dev-libs/newt-0.51.6 app-arch/bzip2 - =sys-libs/slang-1* + >=sys-libs/slang-1.4 nls? ( sys-devel/gettext ) ssl? ( >=dev-libs/openssl-0.9.6g )" @@ -27,7 +27,7 @@ RDEPEND="!static? ( virtual/libc >=dev-libs/lzo-1.08 >=dev-libs/newt-0.51.6 app-arch/bzip2 - =sys-libs/slang-1* + >=sys-libs/slang-1.4 nls? ( sys-devel/gettext ) ssl? ( >=dev-libs/openssl-0.9.6g ) pam? ( virtual/pam ) )" |