index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-04-28 21:00:13 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-04-28 21:00:13 +0200 |
commit | e771a90b9cdd5bf7961b5ae2db929102472f16a5 (patch) | |
tree | 97ceb81b3e5636217661c8e1c65ff61cf905d6e8 | |
parent | 53e4f3af5f8964faaab5a5d0e5f3dc023c25fe4c (diff) |
-rw-r--r-- | blacklist/i486/rust/capi4hylafax | 1 | ||||
-rw-r--r-- | blacklist/i486/rust/fig2dev | 1 | ||||
-rw-r--r-- | blacklist/i486/rust/hylafax | 1 | ||||
-rw-r--r-- | blacklist/i486/rust/splix | 1 | ||||
-rw-r--r-- | extra/doxygen/PKGBUILD | 6 |
diff --git a/blacklist/i486/rust/capi4hylafax b/blacklist/i486/rust/capi4hylafax deleted file mode 100644 index ed6e8099..00000000 --- a/blacklist/i486/rust/capi4hylafax +++ /dev/null @@ -1 +0,0 @@ -blocked by hylafax diff --git a/blacklist/i486/rust/fig2dev b/blacklist/i486/rust/fig2dev deleted file mode 100644 index c4ef7109..00000000 --- a/blacklist/i486/rust/fig2dev +++ /dev/null @@ -1 +0,0 @@ -blocked by ghostscript diff --git a/blacklist/i486/rust/hylafax b/blacklist/i486/rust/hylafax deleted file mode 100644 index c4ef7109..00000000 --- a/blacklist/i486/rust/hylafax +++ /dev/null @@ -1 +0,0 @@ -blocked by ghostscript diff --git a/blacklist/i486/rust/splix b/blacklist/i486/rust/splix deleted file mode 100644 index c4ef7109..00000000 --- a/blacklist/i486/rust/splix +++ /dev/null @@ -1 +0,0 @@ -blocked by ghostscript diff --git a/extra/doxygen/PKGBUILD b/extra/doxygen/PKGBUILD index 501f450b..7b3fada4 100644 --- a/extra/doxygen/PKGBUILD +++ b/extra/doxygen/PKGBUILD @@ -22,12 +22,6 @@ makedepends_i686+=(texlive-core texlive-latexextra) makedepends=(${makedepends[@]//graphviz/}) makedepends_i686+=(graphviz) -# no ghostscript on i486 -makedepends=(${makedepends[@]//ghostscript/}) -makedepends_i686+=(ghostscript) - -makedepends_pentium4=("${makedepends_i686[@]}") - if [ "${CARCH}" = "i486" ]; then eval "$( declare -f build | \ |