diff options
Diffstat (limited to 'sys-kernel/rogentos-sources/rogentos-sources-3.12.10.ebuild')
-rw-r--r-- | sys-kernel/rogentos-sources/rogentos-sources-3.12.10.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-kernel/rogentos-sources/rogentos-sources-3.12.10.ebuild b/sys-kernel/rogentos-sources/rogentos-sources-3.12.10.ebuild index 756f78ae..2cec6130 100644 --- a/sys-kernel/rogentos-sources/rogentos-sources-3.12.10.ebuild +++ b/sys-kernel/rogentos-sources/rogentos-sources-3.12.10.ebuild @@ -1,19 +1,19 @@ -# Copyright 2004-2014 RogentOS Linux +# Copyright 2004-2014 Kogaion, Argent and ArgOS Linux # Distributed under the terms of the GNU General Public License v2 EAPI=5 K_ROGKERNEL_NAME="rogentos" +K_ROGKERNEL_URI_CONFIG="yes" K_ROGKERNEL_SELF_TARBALL_NAME="rogentos" K_ONLY_SOURCES="1" K_ROGKERNEL_FORCE_SUBLEVEL="0" K_KERNEL_NEW_VERSIONING="1" -K_ROGKERNEL_PATCH_UPSTREAM_TARBALL="1" inherit rogentos-kernel -KEYWORDS="~amd64 ~x86" -DESCRIPTION="Official Kogaion, Argent and ArgOS Linux kernel sources" +KEYWORDS="~amd64 ~arm ~x86" +DESCRIPTION="Official Kogaion, Argent and ArgOS Linux Standard kernel sources" RESTRICT="mirror" IUSE="sources_standalone" |