summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/vo-amrwbenc/vo-amrwbenc-0.1.0.ebuild')
-rw-r--r--media-libs/vo-amrwbenc/vo-amrwbenc-0.1.0.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.0.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.0.ebuild
index e2c13c38be33..07a99cfcaac0 100644
--- a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.0.ebuild
+++ b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.0.ebuild,v 1.3 2011/06/29 14:53:22 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.0.ebuild,v 1.4 2012/11/16 19:58:21 ago Exp $
EAPI=4
@@ -26,7 +26,10 @@ fi
LICENSE="Apache-2.0"
SLOT="0"
-[[ ${PV} == *9999 ]] || KEYWORDS="amd64 ~arm ~x86-fbsd ~x64-macos ppc"
+# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
+[[ ${PV} == *9999 ]] || \
+KEYWORDS="amd64 ~arm ~x86-fbsd ~x64-macos ppc"
+
IUSE="examples static-libs"
src_prepare() {