summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-02-18 13:52:05 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2010-02-18 13:52:05 +0100
commit3660731636fe3406f20084207f4268c1400503c2 (patch)
tree11da110990b1d07d68bf757dbe497c508ec5d810 /x11-apps/xrandr/xrandr-9999.ebuild
parentRename eclass to xorg-2 as we decided on irc. (diff)
downloadx11-3660731636fe3406f20084207f4268c1400503c2.tar.gz
x11-3660731636fe3406f20084207f4268c1400503c2.tar.bz2
x11-3660731636fe3406f20084207f4268c1400503c2.zip
Rename the eclass calls in ebuilds.
Diffstat (limited to 'x11-apps/xrandr/xrandr-9999.ebuild')
-rw-r--r--x11-apps/xrandr/xrandr-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/xrandr/xrandr-9999.ebuild b/x11-apps/xrandr/xrandr-9999.ebuild
index dcaa1843..0306db0e 100644
--- a/x11-apps/xrandr/xrandr-9999.ebuild
+++ b/x11-apps/xrandr/xrandr-9999.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=3
-inherit x-modular-r2
+inherit xorg-2
DESCRIPTION="primitive command line interface to RandR extension"
@@ -16,6 +16,6 @@ RDEPEND=">=x11-libs/libXrandr-1.3
DEPEND="${RDEPEND}"
src_install() {
- x-modular-r2_src_install
+ xorg-2_src_install
rm -f "${D}"/usr/bin/xkeystone
}