summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-05-04 11:03:07 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-05-04 11:03:07 +0000
commitc691e991c64d200dd06c4bbe94396e7c167cad6f (patch)
tree9bc641ff1c862369fa6befde6d5e5d0d000977e2 /app-editors/qemacs
parentRestrict the older version to older texi2html for clarity (diff)
downloadgentoo-2-c691e991c64d200dd06c4bbe94396e7c167cad6f.tar.gz
gentoo-2-c691e991c64d200dd06c4bbe94396e7c167cad6f.tar.bz2
gentoo-2-c691e991c64d200dd06c4bbe94396e7c167cad6f.zip
nitpick and Alphabetize IUSE
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/qemacs')
-rw-r--r--app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild b/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild
index b28159fe6bf3..4cb64b04847c 100644
--- a/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild
+++ b/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild,v 1.2 2012/05/04 10:59:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild,v 1.3 2012/05/04 11:03:07 ssuominen Exp $
EAPI=4
inherit eutils flag-o-matic toolchain-funcs
@@ -12,9 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="X png unicode xv"
-
-RESTRICT="test"
+IUSE="png unicode X xv"
RDEPEND="png? ( media-libs/libpng:0 )
X? (
@@ -27,6 +25,8 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${PN}
+RESTRICT="test"
+
DOCS="Changelog config.eg README TODO"
src_prepare() {