summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-05-07 23:30:45 +0000
committerMamoru Komachi <usata@gentoo.org>2005-05-07 23:30:45 +0000
commit0009c834c430fd18858f9cc468da75e10a598b3b (patch)
tree6331001b3320153ef68336a0df7bbc666ea0002a /sys-libs/gpm
parentAdd patch from upstream to fix Free/Busy information #89227 by Jeffrey Crawford. (diff)
downloadhistorical-0009c834c430fd18858f9cc468da75e10a598b3b.tar.gz
historical-0009c834c430fd18858f9cc468da75e10a598b3b.tar.bz2
historical-0009c834c430fd18858f9cc468da75e10a598b3b.zip
add emacs to DEPEND if emacs is in USE
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'sys-libs/gpm')
-rw-r--r--sys-libs/gpm/ChangeLog5
-rw-r--r--sys-libs/gpm/Manifest4
-rw-r--r--sys-libs/gpm/gpm-1.20.1-r4.ebuild5
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-libs/gpm/ChangeLog b/sys-libs/gpm/ChangeLog
index 41fc022c59e0..fe2257c83983 100644
--- a/sys-libs/gpm/ChangeLog
+++ b/sys-libs/gpm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/gpm
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.41 2005/05/03 11:54:00 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.42 2005/05/07 23:30:45 usata Exp $
+
+ 05 May 2005; Mamoru KOMACHI <usata@gentoo.org> gpm-1.20.1-r4.ebuild:
+ Forgot to add emacs to DEPEND when emacs is in USE
03 May 2005; Mamoru KOMACHI <usata@gentoo.org> gpm-1.20.1-r4.ebuild:
Added emacs IUSE; bug #80217.
diff --git a/sys-libs/gpm/Manifest b/sys-libs/gpm/Manifest
index c52fa68e76dc..8cc3f7d2c4e6 100644
--- a/sys-libs/gpm/Manifest
+++ b/sys-libs/gpm/Manifest
@@ -1,6 +1,6 @@
-MD5 e81b21438e96ce7fcaa14db985e5105c gpm-1.20.1-r4.ebuild 1771
+MD5 1aff37f72638633bff58cb4a99c73fe8 gpm-1.20.1-r4.ebuild 1797
MD5 81f80af7a34f9e25f9213422bcb30b09 gpm-1.20.1.ebuild 1644
-MD5 21458945bc47919c05d5779bfeac325c ChangeLog 5974
+MD5 4ce64eaa7bd37a14fc9352dadc6dfb18 ChangeLog 6099
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 d562712814b13d09904823bd3eb31269 files/gpm.conf.d 570
MD5 97f0853f825f506bf47be3b8ce6f9ce9 files/digest-gpm-1.20.1 136
diff --git a/sys-libs/gpm/gpm-1.20.1-r4.ebuild b/sys-libs/gpm/gpm-1.20.1-r4.ebuild
index 443787a49941..4635519cebbd 100644
--- a/sys-libs/gpm/gpm-1.20.1-r4.ebuild
+++ b/sys-libs/gpm/gpm-1.20.1-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r4.ebuild,v 1.10 2005/05/03 11:54:00 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r4.ebuild,v 1.11 2005/05/07 23:30:45 usata Exp $
inherit eutils toolchain-funcs elisp-common
@@ -16,7 +16,8 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
IUSE="selinux emacs"
-DEPEND="sys-libs/ncurses"
+DEPEND="sys-libs/ncurses
+ emacs? ( virtual/emacs )"
RDEPEND="selinux? ( sec-policy/selinux-gpm )"
src_unpack() {