summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-09-23 15:02:37 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-09-23 15:02:37 +0000
commitda30e96e433abe61895e5e8755667c339c155ba2 (patch)
tree099b63782d903e4f7ffe3e6423d7a6829ac89ad2 /x11-terms
parentRemove virtual/libc (diff)
downloadgentoo-2-da30e96e433abe61895e5e8755667c339c155ba2.tar.gz
gentoo-2-da30e96e433abe61895e5e8755667c339c155ba2.tar.bz2
gentoo-2-da30e96e433abe61895e5e8755667c339c155ba2.zip
kill virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/rxvt/rxvt-2.7.10-r4.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-terms/rxvt/rxvt-2.7.10-r4.ebuild b/x11-terms/rxvt/rxvt-2.7.10-r4.ebuild
index 603f289f5b98..b53c0f5031d8 100644
--- a/x11-terms/rxvt/rxvt-2.7.10-r4.ebuild
+++ b/x11-terms/rxvt/rxvt-2.7.10-r4.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/x11-terms/rxvt/rxvt-2.7.10-r4.ebuild,v 1.6 2008/05/05 13:49:38 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/rxvt-2.7.10-r4.ebuild,v 1.7 2009/09/23 15:02:37 ssuominen Exp $
inherit eutils flag-o-matic libtool
@@ -15,8 +15,7 @@ SLOT="0"
KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86"
IUSE="motif cjk xgetdefault linuxkeys"
-RDEPEND="virtual/libc
- x11-libs/libX11
+RDEPEND="x11-libs/libX11
x11-libs/libXpm
x11-libs/libXext
motif? ( x11-libs/openmotif )"
@@ -42,7 +41,6 @@ src_unpack() {
}
src_compile() {
-
local term
if [ -n "${RXVT_TERM}" ] ; then
term="${RXVT_TERM}"
@@ -78,7 +76,6 @@ src_compile() {
}
src_install() {
-
einstall mandir="${D}"/usr/share/man/man1 || die
cd "${S}"/doc
@@ -87,7 +84,6 @@ src_install() {
}
pkg_postinst() {
-
einfo
einfo "If you want to change default TERM variable other than rxvt,"
einfo "set RXVT_TERM environment variable and then emerge rxvt."