summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-12-10 01:26:48 +0000
committerTim Harder <radhermit@gentoo.org>2011-12-10 01:26:48 +0000
commit416ba5f2398861ea1bcd783938c014eb8af22d78 (patch)
tree980d7229dbf42f67f5aa2155be2349ec6a1f0cd4 /x11-misc/chgres
parentAdd ~x86-linux keyword. (diff)
downloadgentoo-2-416ba5f2398861ea1bcd783938c014eb8af22d78.tar.gz
gentoo-2-416ba5f2398861ea1bcd783938c014eb8af22d78.tar.bz2
gentoo-2-416ba5f2398861ea1bcd783938c014eb8af22d78.zip
Update to EAPI 4.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/chgres')
-rw-r--r--x11-misc/chgres/ChangeLog7
-rw-r--r--x11-misc/chgres/chgres-0.1-r1.ebuild10
2 files changed, 8 insertions, 9 deletions
diff --git a/x11-misc/chgres/ChangeLog b/x11-misc/chgres/ChangeLog
index 8ec190c2597a..c4b091e7130b 100644
--- a/x11-misc/chgres/ChangeLog
+++ b/x11-misc/chgres/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/chgres
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/chgres/ChangeLog,v 1.15 2010/09/17 01:28:06 jer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/chgres/ChangeLog,v 1.16 2011/12/10 01:26:48 radhermit Exp $
+
+ 10 Dec 2011; Tim Harder <radhermit@gentoo.org> chgres-0.1-r1.ebuild:
+ Update to EAPI 4.
17 Sep 2010; Jeroen Roovers <jer@gentoo.org> files/chgres-0.1-flags.patch,
files/chgres-0.1-includes.patch:
diff --git a/x11-misc/chgres/chgres-0.1-r1.ebuild b/x11-misc/chgres/chgres-0.1-r1.ebuild
index 7a36f1ad9f5a..4f53e01e16dc 100644
--- a/x11-misc/chgres/chgres-0.1-r1.ebuild
+++ b/x11-misc/chgres/chgres-0.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/chgres/chgres-0.1-r1.ebuild,v 1.1 2010/09/17 01:25:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/chgres/chgres-0.1-r1.ebuild,v 1.2 2011/12/10 01:26:48 radhermit Exp $
-EAPI="2"
+EAPI="4"
inherit eutils toolchain-funcs
@@ -25,11 +25,7 @@ DEPEND="${RDEPEND}
src_prepare() {
epatch "${FILESDIR}"/${P}-{flags,includes}.patch
-}
-
-src_compile() {
tc-export CC
- emake || die "emake failed"
}
src_install() {