diff options
author | Nathan Phillip Brink <binki@gentoo.org> | 2015-07-12 04:13:36 +0000 |
---|---|---|
committer | Nathan Phillip Brink <binki@gentoo.org> | 2015-07-12 04:13:36 +0000 |
commit | 26bc9c1e3b513e3755007fbf5e01042b144a92b1 (patch) | |
tree | 3093e8bfd074042a2891215f825437ff226cf1a8 | |
parent | Bump to discount-2.1.8a and add DISCOUNT_EXTRA_CONFIGURE_SH support for bug #... (diff) | |
download | gentoo-2-26bc9c1e3b513e3755007fbf5e01042b144a92b1.tar.gz gentoo-2-26bc9c1e3b513e3755007fbf5e01042b144a92b1.tar.bz2 gentoo-2-26bc9c1e3b513e3755007fbf5e01042b144a92b1.zip |
Add some requested elog() about DISCOUNT_EXTRA_CONFIGURE_SH for bug #554520.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 743A52E86BA81050)
-rw-r--r-- | app-text/discount/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/discount/discount-2.1.8a.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-text/discount/ChangeLog b/app-text/discount/ChangeLog index db1b7881dfe8..793bef3f170c 100644 --- a/app-text/discount/ChangeLog +++ b/app-text/discount/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/discount # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/discount/ChangeLog,v 1.11 2015/07/12 03:59:23 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/discount/ChangeLog,v 1.12 2015/07/12 04:13:36 binki Exp $ + + 12 Jul 2015; Nathan Phillip Brink <binki@gentoo.org> discount-2.1.8a.ebuild: + Add some requested elog() about DISCOUNT_EXTRA_CONFIGURE_SH for bug #554520. *discount-2.1.8a (12 Jul 2015) diff --git a/app-text/discount/discount-2.1.8a.ebuild b/app-text/discount/discount-2.1.8a.ebuild index 07eba8d2d8fb..cffb85d9003c 100644 --- a/app-text/discount/discount-2.1.8a.ebuild +++ b/app-text/discount/discount-2.1.8a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/discount/discount-2.1.8a.ebuild,v 1.1 2015/07/12 03:59:23 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/discount/discount-2.1.8a.ebuild,v 1.2 2015/07/12 04:13:36 binki Exp $ EAPI=5 @@ -69,4 +69,7 @@ pkg_postinst() { elog "prefixed with \"${PN}-\". Please see" elog "https://github.com/Orc/discount/issues/81 for discussion." fi + # This should also go away after 2.1.8a… + elog "To configure advanced options, use DISCOUNT_EXTRA_CONFIGURE_SH" + elog "and see https://bugs.gentoo.org/554520." } |