Сравнение eselect-blas-0.2-r1 с eselect-blas-0.3
| /usr/portage/app-eselect/eselect-blas/eselect-blas-0.3.ebuild 2024-12-25 14:59:47.095270039 +0300 | ||
|---|---|---|
| 1 | 
    # Copyright 1999-2019 Gentoo Authors  | 
  |
| 1 | 
    # Copyright 1999-2023 Gentoo Authors  | 
  |
| 2 | 2 | 
    # Distributed under the terms of the GNU General Public License v2  | 
  
| 3 | 3 | |
| 4 | 4 | 
    EAPI=7  | 
  
| 5 | 5 | |
| 6 | 6 | 
    DESCRIPTION="BLAS/CBLAS module for eselect"  | 
  
| 7 | 
    HOMEPAGE="https://www.gentoo.org"  | 
  |
| 7 | 
    HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"  | 
  |
| 8 | 8 | 
    SRC_URI=""  | 
  
| 9 | 9 | |
| 10 | 10 | 
    LICENSE="GPL-2"  | 
  
| 11 | 11 | 
    SLOT="0"  | 
  
| 12 | 
    KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"  | 
  |
| 12 | 
    KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"  | 
  |
| 13 | 13 | 
    IUSE=""  | 
  
| 14 | 14 | |
| 15 | 15 | 
    # Need skel.bash lib  | 
  
| 16 | 
    RDEPEND=">=app-admin/eselect-1.0.5  | 
  |
| 17 | 
    !app-eselect/eselect-cblas"  | 
  |
| 16 | 
    RDEPEND=( ">=app-admin/eselect-1.0.5"  | 
  |
| 17 | 
    "!app-eselect/eselect-cblas" )  | 
  |
| 18 | 18 | 
    DEPEND="${RDEPEND}"
   | 
  
| 19 | 19 | |
| 20 | 20 | 
    S="${WORKDIR}"
   |