diff options
Diffstat (limited to 'media-plugins/vdr-burn-templates/vdr-burn-templates-0.0.2.ebuild')
-rw-r--r-- | media-plugins/vdr-burn-templates/vdr-burn-templates-0.0.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-plugins/vdr-burn-templates/vdr-burn-templates-0.0.2.ebuild b/media-plugins/vdr-burn-templates/vdr-burn-templates-0.0.2.ebuild index fa52fee0834e..55ec9fb1d105 100644 --- a/media-plugins/vdr-burn-templates/vdr-burn-templates-0.0.2.ebuild +++ b/media-plugins/vdr-burn-templates/vdr-burn-templates-0.0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-burn-templates/vdr-burn-templates-0.0.2.ebuild,v 1.4 2012/12/16 23:06:14 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-burn-templates/vdr-burn-templates-0.0.2.ebuild,v 1.5 2014/01/15 00:11:13 hd_brummy Exp $ -EAPI="3" +EAPI=5 inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="FDL-1.2" # only SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=media-plugins/vdr-burn-0.0.9-r2" |