diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-04-15 00:47:12 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-04-15 00:47:12 +0300 |
commit | 48882f95f98fbca5e147e52807585e6c771060c8 (patch) | |
tree | 9c6996b9d547c715bb471e4f2cc2bb17da40827c /sys-apps/openrc/openrc-0.8.2-r1.ebuild | |
parent | 971d309ede60db863a43abd88beceda9f1ff8e02 (diff) |
[sys-apps/openrc] update ebuilds
Diffstat (limited to 'sys-apps/openrc/openrc-0.8.2-r1.ebuild')
-rw-r--r-- | sys-apps/openrc/openrc-0.8.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/openrc/openrc-0.8.2-r1.ebuild b/sys-apps/openrc/openrc-0.8.2-r1.ebuild index 5aa128bc..87abd7c3 100644 --- a/sys-apps/openrc/openrc-0.8.2-r1.ebuild +++ b/sys-apps/openrc/openrc-0.8.2-r1.ebuild @@ -51,7 +51,7 @@ make_args() { if use selinux; then MAKE_ARGS="${MAKE_ARGS} MKSELINUX=yes" fi - export BRANDING="Rogentos ${brand}" + export BRANDING="Kogaion ${brand}" } pkg_setup() { @@ -73,7 +73,7 @@ src_unpack() { # Allow user patches to be applied without modifying the ebuild epatch_user - # Rogentos custom config + # Kogaion custom config epatch "${FILESDIR}/${PN}-kogaion-config.patch" epatch "${FILESDIR}/${PN}-enable-interactive.patch" epatch "${FILESDIR}"/${PN}-0.5.3-disable_warns_until_migrated.patch |