summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Szymaniak <lazy_bum@o2.pl>2011-06-28 06:55:38 +0000
committerPiotr Szymaniak <lazy_bum@o2.pl>2011-06-28 06:55:38 +0000
commitff747340602e5fc21d22967326151c9732a6086c (patch)
treef7f0afd84df28c1ba4195d8682a2ca4eadb7c523 /x11-misc/gxneur/gxneur-0.12.0.ebuild
parentgames-fps/gzdoom: add virtual/opengl, too, for good measure (diff)
downloadsunrise-ff747340602e5fc21d22967326151c9732a6086c.tar.gz
sunrise-ff747340602e5fc21d22967326151c9732a6086c.tar.bz2
sunrise-ff747340602e5fc21d22967326151c9732a6086c.zip
x11-misc/gxneur: Updated to new EAPI, fixed missing depends.
svn path=/sunrise/; revision=12167
Diffstat (limited to 'x11-misc/gxneur/gxneur-0.12.0.ebuild')
-rw-r--r--x11-misc/gxneur/gxneur-0.12.0.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-misc/gxneur/gxneur-0.12.0.ebuild b/x11-misc/gxneur/gxneur-0.12.0.ebuild
index a6967cfbc..fc56a56f6 100644
--- a/x11-misc/gxneur/gxneur-0.12.0.ebuild
+++ b/x11-misc/gxneur/gxneur-0.12.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=4
inherit autotools eutils versionator
@@ -15,7 +15,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"
-COMMON_DEPEND=">=gnome-base/libglade-2.6.0
+COMMON_DEPEND="gnome-base/libglade:2.0
+ gnome-base/gconf:2
>=sys-devel/gettext-0.16.1
>=x11-libs/gtk+-2.18:2
>=x11-misc/xneur-$(get_version_component_range 1-2)"
@@ -37,7 +38,7 @@ src_configure() {
}
src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS || die
- doicon pixmaps/gxneur.png || die
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog NEWS
+ doicon pixmaps/gxneur.png
}