summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-03-21 11:22:23 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-03-21 11:22:23 +0000
commite394b00c02b1c6e917981eb97e3d8ea27a3c1224 (patch)
tree5060e454da6407dfa059a9d7ae5a11564de87f9a /sys-apps/more
parentthere is a new-style virtual now for pager (diff)
downloadgentoo-2-e394b00c02b1c6e917981eb97e3d8ea27a3c1224.tar.gz
gentoo-2-e394b00c02b1c6e917981eb97e3d8ea27a3c1224.tar.bz2
gentoo-2-e394b00c02b1c6e917981eb97e3d8ea27a3c1224.zip
PROVIDE for virtual/pager not needed anymore, there is a new-style virtual in the tree now
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-apps/more')
-rw-r--r--sys-apps/more/ChangeLog8
-rw-r--r--sys-apps/more/more-2.12r.ebuild5
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/more/ChangeLog b/sys-apps/more/ChangeLog
index b4292e432db9..8d5e9008650e 100644
--- a/sys-apps/more/ChangeLog
+++ b/sys-apps/more/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/more
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/more/ChangeLog,v 1.2 2007/07/23 05:26:55 vapier Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/more/ChangeLog,v 1.3 2008/03/21 11:22:23 opfer Exp $
+
+ 21 Mar 2008; Christian Faulhammer <opfer@gentoo.org> more-2.12r.ebuild:
+ PROVIDE for virtual/pager not needed anymore, there is a new-style virtual
+ in the tree now
23 Jul 2007; Mike Frysinger <vapier@gentoo.org> more-2.12r.ebuild:
Punt bindnow-flags usage.
diff --git a/sys-apps/more/more-2.12r.ebuild b/sys-apps/more/more-2.12r.ebuild
index 618519a54762..136c69d6b4bc 100644
--- a/sys-apps/more/more-2.12r.ebuild
+++ b/sys-apps/more/more-2.12r.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/more/more-2.12r.ebuild,v 1.2 2007/07/23 05:26:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/more/more-2.12r.ebuild,v 1.3 2008/03/21 11:22:23 opfer Exp $
inherit eutils flag-o-matic
@@ -19,7 +19,6 @@ RDEPEND=">=sys-libs/ncurses-5.2-r2
!sys-apps/util-linux"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
-PROVIDE="virtual/pager"
yesno() { useq $1 && echo yes || echo no; }