diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-02-15 00:19:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-02-15 00:19:52 +0000 |
commit | 3b2e3b3fd007f6e111300c81bf22bf5ed9f33cee (patch) | |
tree | 4bc0c9b91a7f92156b8cfb7dccec369d31ce0e4c /sys-apps/util-linux | |
parent | unify the demo and non-demo ebuilds (diff) | |
download | historical-3b2e3b3fd007f6e111300c81bf22bf5ed9f33cee.tar.gz historical-3b2e3b3fd007f6e111300c81bf22bf5ed9f33cee.tar.bz2 historical-3b2e3b3fd007f6e111300c81bf22bf5ed9f33cee.zip |
Touchup wording on USE=loop-aes info.
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r-- | sys-apps/util-linux/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-2.14.1.ebuild | 8 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-2.14.2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog index 6ccedae1f11b..5cd20956830b 100644 --- a/sys-apps/util-linux/ChangeLog +++ b/sys-apps/util-linux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/util-linux # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.255 2009/02/10 00:42:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.256 2009/02/15 00:19:52 vapier Exp $ + + 15 Feb 2009; Mike Frysinger <vapier@gentoo.org> util-linux-2.14.1.ebuild, + util-linux-2.14.2.ebuild: + Touchup wording on USE=loop-aes info. *util-linux-2.14.2 (10 Feb 2009) diff --git a/sys-apps/util-linux/util-linux-2.14.1.ebuild b/sys-apps/util-linux/util-linux-2.14.1.ebuild index 502d50c0f7ac..0009a36346a8 100644 --- a/sys-apps/util-linux/util-linux-2.14.1.ebuild +++ b/sys-apps/util-linux/util-linux-2.14.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.14.1.ebuild,v 1.13 2008/12/30 04:33:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.14.1.ebuild,v 1.14 2009/02/15 00:19:52 vapier Exp $ EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git" inherit eutils @@ -89,6 +89,6 @@ src_install() { } pkg_postinst() { - ewarn "USE=crypt has been changed to USE=loop-aes. If you need" - ewarn "support for it, make sure to update your USE accordingly." + ewarn "The loop-aes code has been split out of USE=crypt and into USE=loop-aes." + ewarn "If you need support for it, make sure to update your USE accordingly." } diff --git a/sys-apps/util-linux/util-linux-2.14.2.ebuild b/sys-apps/util-linux/util-linux-2.14.2.ebuild index 385bcee74fc3..d64707673035 100644 --- a/sys-apps/util-linux/util-linux-2.14.2.ebuild +++ b/sys-apps/util-linux/util-linux-2.14.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.14.2.ebuild,v 1.1 2009/02/10 00:42:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.14.2.ebuild,v 1.2 2009/02/15 00:19:52 vapier Exp $ EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git" inherit eutils @@ -87,6 +87,6 @@ src_install() { } pkg_postinst() { - ewarn "USE=crypt has been changed to USE=loop-aes. If you need" - ewarn "support for it, make sure to update your USE accordingly." + ewarn "The loop-aes code has been split out of USE=crypt and into USE=loop-aes." + ewarn "If you need support for it, make sure to update your USE accordingly." } |