mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
@@ -4,6 +4,7 @@
|
||||
# @ECLASS: cdrom.eclass
|
||||
# @MAINTAINER:
|
||||
# games@gentoo.org
|
||||
# @SUPPORTED_EAPIS: 6 7
|
||||
# @BLURB: Functions for CD-ROM handling
|
||||
# @DESCRIPTION:
|
||||
# Acquire CD(s) for those lovely CD-based emerges. Yes, this violates
|
||||
@@ -14,6 +15,11 @@
|
||||
# eclass will require RESTRICT="bindist" but the point still stands.
|
||||
# The functions are generally called in src_unpack.
|
||||
|
||||
case ${EAPI:-0} in
|
||||
[67]) ;;
|
||||
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
|
||||
esac
|
||||
|
||||
if [[ -z ${_CDROM_ECLASS} ]]; then
|
||||
_CDROM_ECLASS=1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user